Share via


RoleManagementPolicyAssignmentData.EffectiveRules Property

Definition

The readonly computed rule applied to the policy. Please note RoleManagementPolicyRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RoleManagementPolicyApprovalRule, RoleManagementPolicyAuthenticationContextRule, RoleManagementPolicyEnablementRule, RoleManagementPolicyExpirationRule and RoleManagementPolicyNotificationRule.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyRule> EffectiveRules { get; }
member this.EffectiveRules : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Authorization.Models.RoleManagementPolicyRule>
Public ReadOnly Property EffectiveRules As IReadOnlyList(Of RoleManagementPolicyRule)

Property Value

Applies to