Sql Always Encrypted Properties Response
data class SqlAlwaysEncryptedPropertiesResponse(val alwaysEncryptedAkvAuthType: String, val credential: CredentialReferenceResponse? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null)
Sql always encrypted properties.
Constructors
Link copied to clipboard
fun SqlAlwaysEncryptedPropertiesResponse(alwaysEncryptedAkvAuthType: String, credential: CredentialReferenceResponse? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null)