Package version:

Interface SqlAlwaysEncryptedProperties

Sql always encrypted properties.

interface SqlAlwaysEncryptedProperties {
    alwaysEncryptedAkvAuthType: string;
    credential?: CredentialReference;
    servicePrincipalId?: any;
    servicePrincipalKey?: SecretBaseUnion;
}

Properties

alwaysEncryptedAkvAuthType: string

Sql always encrypted AKV authentication type. Type: string.

credential?: CredentialReference

The credential reference containing authentication information.

servicePrincipalId?: any

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

servicePrincipalKey?: SecretBaseUnion

The key of the service principal used to authenticate against Azure Key Vault.