Share via


UpdateGatewaySettingsParameters.IsCredentialEnabled Property

Definition

Gets or sets indicates whether or not the gateway settings based authorization is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="restAuthCredential.isEnabled")]
public bool? IsCredentialEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restAuthCredential.isEnabled")>]
member this.IsCredentialEnabled : Nullable<bool> with get, set
Public Property IsCredentialEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to