ManagedIdentityPropertiesArgs

data class ManagedIdentityPropertiesArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ManagedIdentityType>>? = 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)

Properties

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

Principal Id

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

Tenant Id

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

Type of the managed identity

Functions

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