Access Application Scim Config Mapping Args
data class AccessApplicationScimConfigMappingArgs(val enabled: Output<Boolean>? = null, val filter: Output<String>? = null, val operations: Output<AccessApplicationScimConfigMappingOperationsArgs>? = null, val schema: Output<String>, val transformJsonata: Output<String>? = null) : ConvertibleToJava<AccessApplicationScimConfigMappingArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, filter: Output<String>? = null, operations: Output<AccessApplicationScimConfigMappingOperationsArgs>? = null, schema: Output<String>, transformJsonata: Output<String>? = null)
Properties
Link copied to clipboard
A SCIM filter expression that matches resources that should be provisioned to this application.
Link copied to clipboard
Whether or not this mapping applies to creates, updates, or deletes.
Link copied to clipboard
A JSONata expression that transforms the resource before provisioning it in the application.