IPolicyDefinitionVersion.ExternalEvaluationEnforcementSettingRoleDefinitionId Property

Definition

An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="roleDefinitionIds", Update=true)]
public System.Collections.Generic.List<string> ExternalEvaluationEnforcementSettingRoleDefinitionId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="roleDefinitionIds", Update=true)>]
member this.ExternalEvaluationEnforcementSettingRoleDefinitionId : System.Collections.Generic.List<string> with get, set
Public Property ExternalEvaluationEnforcementSettingRoleDefinitionId As List(Of String)

Property Value

Attributes

Applies to