PIMOnlyModeSettingsResponse

data class PIMOnlyModeSettingsResponse(val excludedAssignmentTypes: List<String>? = null, val excludes: List<UsersOrServicePrincipalSetResponse>? = null, val mode: String? = null)

The PIM Only Mode settings.

Constructors

Link copied to clipboard
constructor(excludedAssignmentTypes: List<String>? = null, excludes: List<UsersOrServicePrincipalSetResponse>? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of excluded assignment types allowed.

Link copied to clipboard

The list of excluded entities that the rule does not apply to.

Link copied to clipboard
val mode: String? = null

Determines whether the setting is enabled, disabled or report only.