SqlAlwaysEncryptedProperties interface
Sql always encrypted properties.
Properties
always |
Sql always encrypted AKV authentication type. Type: string. |
credential | The credential reference containing authentication information. |
service |
The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string). |
service |
The key of the service principal used to authenticate against Azure Key Vault. |
Property Details
alwaysEncryptedAkvAuthType
Sql always encrypted AKV authentication type. Type: string.
alwaysEncryptedAkvAuthType: string
Property Value
string
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
servicePrincipalId
The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string).
servicePrincipalId?: any
Property Value
any
servicePrincipalKey
The key of the service principal used to authenticate against Azure Key Vault.
servicePrincipalKey?: SecretBaseUnion