你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationDetailsProperties.GrantedPermissions Property

Definition

Gets the permissions detected in the cloud account.

[Newtonsoft.Json.JsonProperty(PropertyName="grantedPermissions")]
public System.Collections.Generic.IList<string> GrantedPermissions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="grantedPermissions")>]
member this.GrantedPermissions : System.Collections.Generic.IList<string>
Public ReadOnly Property GrantedPermissions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to