ServicePrincipalBase.KeyCredentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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