AccessApplicationScimConfigMappingOperations

data class AccessApplicationScimConfigMappingOperations(val create: Boolean? = null, val delete: Boolean? = null, val update: Boolean? = null)

Constructors

constructor(create: Boolean? = null, delete: Boolean? = null, update: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val create: Boolean? = null

Whether or not this mapping applies to create (POST) operations.

Link copied to clipboard
val delete: Boolean? = null

Whether or not this mapping applies to DELETE operations.

Link copied to clipboard
val update: Boolean? = null

Whether or not this mapping applies to update (PATCH/PUT) operations.