User Assigned Identity Response
data class UserAssignedIdentityResponse(val clientId: String? = null, val objectId: String? = null, val resourceId: String? = null)
Details about a user assigned identity.
Constructors
Link copied to clipboard
fun UserAssignedIdentityResponse(clientId: String? = null, objectId: String? = null, resourceId: String? = null)