ManagedServiceIdentityArgs

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
val principalId: Output<String>? = null

Azure Active Directory principal ID associated with this Identity.

Link copied to clipboard
val tenantId: Output<String>? = null

ID of the Azure Active Directory.

Link copied to clipboard
val type: Output<Either<String, ManagedServiceIdentityType>>

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.

Functions

Link copied to clipboard
open override fun toJava(): ManagedServiceIdentityArgs