IdentityResponse

data class IdentityResponse(val principalId: String? = null, val tenantId: String? = null, val type: String? = null)

Defines the MSI properties of the Move Collection.

Constructors

Link copied to clipboard
constructor(principalId: String? = null, tenantId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalId: String? = null

Gets or sets the principal id.

Link copied to clipboard
val tenantId: String? = null

Gets or sets the tenant id.

Link copied to clipboard
val type: String? = null

The type of identity used for the resource mover service.