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