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