AccountSyncProfileInput
No description
input AccountSyncProfileInput {
assignmentPolicy: AccountSyncAssignmentPolicyInput
attributeMappings: [AccountSyncAttributeMappingInput!]
fetchOptions: SyncFetchOptionsInput
is_active: String
is_deleted: String
matchingRules: [AccountSyncMatchingRuleInput!]
onIdentityMatchWithoutAssignedResourceAction: AccountSyncOnIdentityMatchWithoutAssignedResourceAction
onMatchAction: AccountSyncOnMatchAction
onNoMatchAction: AccountSyncOnNoMatchAction
resourceId: ID
target: SyncTarget
}
Fields
AccountSyncProfileInput.assignmentPolicy ● AccountSyncAssignmentPolicyInput input
AccountSyncProfileInput.attributeMappings ● [AccountSyncAttributeMappingInput!] list input
AccountSyncProfileInput.fetchOptions ● SyncFetchOptionsInput input
AccountSyncProfileInput.is_active ● String scalar
OXL expression that evaluates to true when the account is active.
AccountSyncProfileInput.is_deleted ● String scalar
OXL expression that evaluates to true when the account is deleted.
AccountSyncProfileInput.matchingRules ● [AccountSyncMatchingRuleInput!] list input
AccountSyncProfileInput.onIdentityMatchWithoutAssignedResourceAction ● AccountSyncOnIdentityMatchWithoutAssignedResourceAction enum
AccountSyncProfileInput.onMatchAction ● AccountSyncOnMatchAction enum
AccountSyncProfileInput.onNoMatchAction ● AccountSyncOnNoMatchAction enum
AccountSyncProfileInput.resourceId ● ID scalar
AccountSyncProfileInput.target ● SyncTarget enum
Member Of
CreateAccountSyncJobInput input ● UpdateAccountSyncJobInput input