User Assigned Identity Args
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)