Managed Service Identity Args
data class ManagedServiceIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<Map<String, UserAssignedIdentityArgs>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Managed identity generic object.
Constructors
Link copied to clipboard
constructor(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<Either<String, ManagedServiceIdentityType>>, userAssignedIdentities: Output<Map<String, UserAssignedIdentityArgs>>? = null)
Properties
Link copied to clipboard
Azure Active Directory principal ID associated with this Identity.
Link copied to clipboard
Type of the managed identity.
Link copied to clipboard
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.