UserAssignedIdentityResponse

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
constructor(clientId: String? = null, objectId: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID of the user assigned identity.

Link copied to clipboard
val objectId: String? = null

The object ID of the user assigned identity.

Link copied to clipboard
val resourceId: String? = null

The resource ID of the user assigned identity.