ManagedIdentitySpecArgs

data class ManagedIdentitySpecArgs(val clientId: Output<String>, val objectId: Output<String>, val resourceId: Output<String>, val type: Output<Either<String, ManagedIdentityType>>) : ConvertibleToJava<ManagedIdentitySpecArgs>

The details of a managed identity.

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, objectId: Output<String>, resourceId: Output<String>, type: Output<Either<String, ManagedIdentityType>>)

Properties

Link copied to clipboard
val clientId: Output<String>

ClientId of the managed identity.

Link copied to clipboard
val objectId: Output<String>

ObjectId of the managed identity.

Link copied to clipboard
val resourceId: Output<String>

ResourceId of the managed identity.

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

The type of managed identity.

Functions

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