UserAssignedIdentityArgs

data class UserAssignedIdentityArgs(val principalId: Output<String>? = null, val type: Output<Either<String, IdentityType>>, val userAssignedIdentities: Output<Map<String, UserIdentityArgs>>? = null) : ConvertibleToJava<UserAssignedIdentityArgs>

Information describing the identities associated with this application.

Constructors

Link copied to clipboard
constructor(principalId: Output<String>? = null, type: Output<Either<String, IdentityType>>, userAssignedIdentities: Output<Map<String, UserIdentityArgs>>? = null)

Properties

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

the identity principal Id of the server.

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

the types of identities associated with this resource

Link copied to clipboard

represents user assigned identities map.

Functions

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