RoleManagementPolicyExpirationRule interface
The role management policy expiration rule.
- Extends
Properties
is |
The value indicating whether expiration is required. |
maximum |
The maximum duration of expiration in timespan. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
id | The id of the rule. |
target | The target of the current rule. |
Property Details
isExpirationRequired
The value indicating whether expiration is required.
isExpirationRequired?: boolean
Property Value
boolean
maximumDuration
The maximum duration of expiration in timespan.
maximumDuration?: string
Property Value
string
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "RoleManagementPolicyExpirationRule"
Property Value
"RoleManagementPolicyExpirationRule"
Inherited Property Details
id
target
The target of the current rule.
target?: RoleManagementPolicyRuleTarget
Property Value
Inherited From RoleManagementPolicyRule.target