RoleManagementPolicyPimOnlyModeRuleResponse

data class RoleManagementPolicyPimOnlyModeRuleResponse(val id: String? = null, val pimOnlyModeSettings: PIMOnlyModeSettingsResponse? = null, val ruleType: String, val target: RoleManagementPolicyRuleTargetResponse? = null)

The role management policy PIM only mode rule.

Constructors

constructor(id: String? = null, pimOnlyModeSettings: PIMOnlyModeSettingsResponse? = null, ruleType: String, target: RoleManagementPolicyRuleTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the rule.

Link copied to clipboard

The PIM Only Mode settings

Link copied to clipboard

The type of rule Expected value is 'RoleManagementPolicyPimOnlyModeRule'.

Link copied to clipboard

The target of the current rule.