ISystemAssignedIdentityAuthInfo.Role Property

Definition

Optional, this value specifies the Azure role to be assigned

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="Optional, this value specifies the Azure role to be assigned", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="roles", Update=true)]
public System.Collections.Generic.List<string> Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="Optional, this value specifies the Azure role to be assigned", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="roles", Update=true)>]
member this.Role : System.Collections.Generic.List<string> with get, set
Public Property Role As List(Of String)

Property Value

Attributes

Applies to