ManagedIdentityPropertiesArgs

data class ManagedIdentityPropertiesArgs(val type: Output<Either<String, ManagedIdentityResourceType>>, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<ManagedIdentityPropertiesArgs>

The properties of managed identity, specifically including type and resource ID.

Constructors

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

Properties

Link copied to clipboard

The type of managed identity.

Link copied to clipboard

The resource id of the managed identity.

Functions

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