UserAssignedServiceIdentityResponse

data class UserAssignedServiceIdentityResponse(val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.

Constructors

Link copied to clipboard
constructor(type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of manage identity

Link copied to clipboard

User assigned identities dictionary