Managed Service Identity Response
data class ManagedServiceIdentityResponse(val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Managed identity generic object.
Constructors
Link copied to clipboard
constructor(tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)