User Assigned Identity Response
data class UserAssignedIdentityResponse(val clientId: String? = null, val objectId: String? = null, val resourceId: String? = null)
Constructors
Link copied to clipboard
fun UserAssignedIdentityResponse(clientId: String? = null, objectId: String? = null, resourceId: String? = null)