Account Encryption
data class AccountEncryption(val currentKeyIdentifier: String? = null, val keyVaultKeyIdentifier: String? = null, val managedIdentity: AccountEncryptionManagedIdentity? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun AccountEncryption(currentKeyIdentifier: String? = null, keyVaultKeyIdentifier: String? = null, managedIdentity: AccountEncryptionManagedIdentity? = null, type: String? = null)