SqlAlwaysEncryptedProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET