Share via


CreateDataLakeStoreAccountParameters.TrustedIdProviderState Property

Definition

Gets or sets the current state of the trusted identity provider feature for this Data Lake Store account. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviderState")]
public Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? TrustedIdProviderState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviderState")>]
member this.TrustedIdProviderState : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> with get, set
Public Property TrustedIdProviderState As Nullable(Of TrustedIdProviderState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to