Share via


SqlAlwaysEncryptedProperties Class

Definition

Sql always encrypted properties.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlAlwaysEncryptedProperties+SqlAlwaysEncryptedPropertiesConverter))]
public class SqlAlwaysEncryptedProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlAlwaysEncryptedProperties+SqlAlwaysEncryptedPropertiesConverter))>]
type SqlAlwaysEncryptedProperties = class
Public Class SqlAlwaysEncryptedProperties
Inheritance
SqlAlwaysEncryptedProperties
Attributes

Constructors

SqlAlwaysEncryptedProperties(SqlAlwaysEncryptedAkvAuthType)

Initializes a new instance of SqlAlwaysEncryptedProperties.

Properties

AlwaysEncryptedAkvAuthType

Sql always encrypted AKV authentication type. Type: string.

Credential

The credential reference containing authentication information.

ServicePrincipalId

The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string).

ServicePrincipalKey

The key of the service principal used to authenticate against Azure Key Vault. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Applies to