ScimProvisioningViewer
A record of your account being provisioned into an organization via SCIM.
One record exists per organization that provisioned this account through an external
identity provider (Okta, Azure AD, etc.). The scimExternalId is the stable identifier
the IdP uses for this account; it is null if the account was not provisioned through
SCIM in that organization.
type ScimProvisioningViewer {
id: ID!
scimExternalId: String
organization: ProvisioningOrganizationViewer!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
ScimProvisioningViewer.id ● ID! non-null scalar {#id}
Unique identifier for this provisioning record.
ScimProvisioningViewer.scimExternalId ● String scalar {#scim-external-id}
The stable identifier assigned by the upstream identity provider, or null if unknown.
ScimProvisioningViewer.organization ● ProvisioningOrganizationViewer! non-null object {#organization}
The organization this provisioning record belongs to.
ScimProvisioningViewer.createdAt ● DateTime! non-null scalar {#created-at}
When this provisioning record was first created (UTC).
ScimProvisioningViewer.updatedAt ● DateTime! non-null scalar {#updated-at}
When this provisioning record was last touched by the IdP (UTC).
Member Of
ScimProvisioningsViewerPage object