UserAssignedIdentityArgs

data class UserAssignedIdentityArgs(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(type: Output<Either<String, IdentityType>>, userAssignedIdentities: Output<Map<String, UserIdentityArgs>>? = null)

Properties

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

the types of identities associated with this resource; currently restricted to 'None and UserAssigned'

Link copied to clipboard

represents user assigned identities map.

Functions

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