DataLakeStoreAccount.TrustedIdProviders 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 the list of trusted identity providers associated with this Data Lake Store account.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> TrustedIdProviders { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> TrustedIdProviders { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")>]
member this.TrustedIdProviders : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")>]
member this.TrustedIdProviders : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider>
Public Property TrustedIdProviders As IList(Of TrustedIdProvider)
Public ReadOnly Property TrustedIdProviders As IList(Of TrustedIdProvider)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute