Zero Trust Access Application Scim Config Args
data class ZeroTrustAccessApplicationScimConfigArgs(val authentication: Output<ZeroTrustAccessApplicationScimConfigAuthenticationArgs>? = null, val deactivateOnDelete: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val idpUid: Output<String>, val mappings: Output<List<ZeroTrustAccessApplicationScimConfigMappingArgs>>? = null, val remoteUri: Output<String>) : ConvertibleToJava<ZeroTrustAccessApplicationScimConfigArgs>
Constructors
Link copied to clipboard
constructor(authentication: Output<ZeroTrustAccessApplicationScimConfigAuthenticationArgs>? = null, deactivateOnDelete: Output<Boolean>? = null, enabled: Output<Boolean>? = null, idpUid: Output<String>, mappings: Output<List<ZeroTrustAccessApplicationScimConfigMappingArgs>>? = null, remoteUri: Output<String>)
Properties
Link copied to clipboard
Attributes for configuring HTTP Basic, OAuth Bearer token, or OAuth 2 authentication schemes for SCIM provisioning to an application.
Link copied to clipboard
If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
Link copied to clipboard
A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.