Service Account Encryption Managed Identity
data class ServiceAccountEncryptionManagedIdentity(val useSystemAssignedIdentity: Boolean? = null, val userAssignedIdentityId: String? = null)
Constructors
Link copied to clipboard
fun ServiceAccountEncryptionManagedIdentity(useSystemAssignedIdentity: Boolean? = null, userAssignedIdentityId: String? = null)