Share via


DigitalTwinsEndpointResourceProperties.AuthenticationType Property

Definition

Gets or sets specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified. Possible values include: 'KeyBased', 'IdentityBased'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to