IRoleManagementPolicy.Rule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The rule applied to the policy.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The rule applied to the policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule) }, ReadOnly=false, Required=false, SerializedName="rules")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[] Rule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The rule applied to the policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule) }, ReadOnly=false, Required=false, SerializedName="rules")>]
member this.Rule : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[] with get, set
Public Property Rule As IRoleManagementPolicyRule()
Property Value
- Attributes