SyncPendingAdoption
IGA G13 (#515): a parked adopt-with-review item — an observed account matched an identity but has no managed assignment, awaiting an admin decision.
type SyncPendingAdoption {
created_at: DateTimeISO!
external_id: String
graph_node_id: ID!
id: ID!
identity: Identity
identity_id: ID!
lifecycle_state: String
match_method: String
resolved_assigned_resource_id: ID
resolved_at: DateTimeISO
resource: Resource
resource_id: ID!
status: String!
sync_job_id: ID
tenant_id: ID!
updated_at: DateTimeISO!
}
Fields
SyncPendingAdoption.created_at ● DateTimeISO! non-null scalar
SyncPendingAdoption.external_id ● String scalar
The observed account's external id on the target system.
SyncPendingAdoption.graph_node_id ● ID! non-null scalar
SyncPendingAdoption.id ● ID! non-null scalar
SyncPendingAdoption.identity ● Identity object
The matched Owlie identity for this observed account.
SyncPendingAdoption.identity_id ● ID! non-null scalar
SyncPendingAdoption.lifecycle_state ● String scalar
SyncPendingAdoption.match_method ● String scalar
Which matching rule linked the account to the identity (audit context).
SyncPendingAdoption.resolved_assigned_resource_id ● ID scalar
SyncPendingAdoption.resolved_at ● DateTimeISO scalar
SyncPendingAdoption.resource ● Resource object
The resource the account would be adopted onto.
SyncPendingAdoption.resource_id ● ID! non-null scalar
SyncPendingAdoption.status ● String! non-null scalar
SyncPendingAdoption.sync_job_id ● ID scalar
SyncPendingAdoption.tenant_id ● ID! non-null scalar
SyncPendingAdoption.updated_at ● DateTimeISO! non-null scalar
Returned By
syncPendingAdoptions query