RoleManagementPolicyExpirationRule interface

The role management policy expiration rule.

Extends

Properties

isExpirationRequired

The value indicating whether expiration is required.

maximumDuration

The maximum duration of expiration in timespan.

ruleType

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

The id of the rule.

id?: string

Property Value

string

Inherited From RoleManagementPolicyRule.id

target

The target of the current rule.

target?: RoleManagementPolicyRuleTarget

Property Value

Inherited From RoleManagementPolicyRule.target