AzureResourceManagerManagedIdentityPropertiesArgs

data class AzureResourceManagerManagedIdentityPropertiesArgs(val type: Output<Either<String, ManagedIdentityType>>, val userAssignedIdentities: Output<Map<String, AzureResourceManagerUserAssignedIdentityArgs>>? = null) : ConvertibleToJava<AzureResourceManagerManagedIdentityPropertiesArgs>

The properties of the managed service identities assigned to this resource.

Constructors

constructor(type: Output<Either<String, ManagedIdentityType>>, userAssignedIdentities: Output<Map<String, AzureResourceManagerUserAssignedIdentityArgs>>? = null)

Properties

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

The type of managed identity assigned to this resource.

Link copied to clipboard

The identities assigned to this resource by the user.

Functions

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