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 strictness: Output<String>? = null, val transformJsonata: Output<String>? = null) : ConvertibleToJava<AccessApplicationScimConfigMappingArgs>
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
The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
Link copied to clipboard
A JSONata expression that transforms the resource before provisioning it in the application.