共用方式為


SqlAlwaysEncryptedProperties.AlwaysEncryptedAkvAuthType Property

Definition

Gets or sets sql always encrypted AKV authentication type. Type: string (or Expression with resultType string). Possible values include: 'ServicePrincipal', 'ManagedIdentity', 'UserAssignedManagedIdentity'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to