ManagedIdentityPropertiesArgs

data class ManagedIdentityPropertiesArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ManagedIdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedIdentityPropertiesArgs>

Managed identity properties retrieved from ARM request headers.

Constructors

Link copied to clipboard
constructor(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<Either<String, ManagedIdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

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

Principal Id of system-assigned managed identity.

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

Tenant Id of system-assigned managed identity.

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityType>>? = null

Type of the managed identity

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

Properties of user-assigned managed identities

Functions

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