DataLakeStoreAccountUpdateParameters.TrustedIdProviderState Property

Definition

Gets or sets the current state of the trusted identity provider feature for this Data Lake store account. Disabling trusted identity provider functionality does not remove the providers, they will just be ignored until this feature is re-enabled. 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