identityUpdateBehavior

@JvmName(name = "cgijrcanncccdidb")
suspend fun identityUpdateBehavior(value: Output<String>)
@JvmName(name = "ykdjpqlvyupchfih")
suspend fun identityUpdateBehavior(value: String?)

Parameters

value

Indicates how a SCIM event updates a user identity used for policy evaluation. Use "automatic" to automatically update a user's identity and augment it with fields from the SCIM user resource. Use "reauth" to force re-authentication on group membership updates, user identity update will only occur after successful re-authentication. With "reauth" identities will not contain fields from the SCIM user resource. With "noaction" identities will not be changed by SCIM updates in any way and users will not be prompted to reauthenticate. Available values: "automatic", "reauth", "noaction".