Share via


ServicePrincipalBase.KeyCredentials Property

Definition

Gets or sets the collection of key credentials associated with the service principal.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to