CredentialsRequest.CredentialData Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="credentialData")]
public System.Collections.Generic.IEnumerable<Microsoft.PowerBI.Api.Models.NameValuePair> CredentialData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="credentialData")>]
member this.CredentialData : seq<Microsoft.PowerBI.Api.Models.NameValuePair> with get, set
Public Property CredentialData As IEnumerable(Of NameValuePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to