ManagedIdentityReferenceArgs

data class ManagedIdentityReferenceArgs(val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<ManagedIdentityReferenceArgs>

The properties of the Managed Identity.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>? = null, userAssignedIdentity: Output<String>? = null)

Properties

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

The type of managed identity used.

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

The user identity ARM resource id if the managed identity type is 'UserAssigned'.

Functions

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