Share via


MicrosoftGraphServicePrincipal.PasswordCredentials Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="passwordCredentials")]
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPasswordCredential> PasswordCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="passwordCredentials")>]
member this.PasswordCredentials : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPasswordCredential> with get, set
Public Property PasswordCredentials As IList(Of MicrosoftGraphPasswordCredential)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to