ServiceAccountEncryptionManagedIdentity

data class ServiceAccountEncryptionManagedIdentity(val useSystemAssignedIdentity: Boolean? = null, val userAssignedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(useSystemAssignedIdentity: Boolean? = null, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the User Assigned Identity. This value can only be set when use_system_assigned_identity is false

Link copied to clipboard

Whether to use System Assigned Identity. Possible Values are true and false.