AccessApplicationScimConfig

data class AccessApplicationScimConfig(val authentication: AccessApplicationScimConfigAuthentication? = null, val deactivateOnDelete: Boolean? = null, val enabled: Boolean? = null, val idpUid: String, val mappings: List<AccessApplicationScimConfigMapping>? = null, val remoteUri: String)

Constructors

Link copied to clipboard
constructor(authentication: AccessApplicationScimConfigAuthentication? = null, deactivateOnDelete: Boolean? = null, enabled: Boolean? = null, idpUid: String, mappings: List<AccessApplicationScimConfigMapping>? = null, remoteUri: String)

Types

Link copied to clipboard
object Companion

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
val enabled: Boolean? = null

Whether SCIM provisioning is turned on for this application.

Link copied to clipboard

The UIDs of the IdP to use as the source for SCIM resources to provision to this application.

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.

Link copied to clipboard

The base URI for the application's SCIM-compatible API.