Compartilhar via


ServicePrincipalBase.KeyCredentials Propriedade

Definição

Obtém ou define a coleção de credenciais de chave associadas à entidade de serviço.

[Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> KeyCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")>]
member this.KeyCredentials : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> with get, set
Public Property KeyCredentials As IList(Of KeyCredential)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a