IdentityModelResponse

data class IdentityModelResponse(val aadAuthority: String? = null, val applicationId: String? = null, val audience: String? = null, val objectId: String? = null, val tenantId: String? = null)

Identity model.

Constructors

Link copied to clipboard
constructor(aadAuthority: String? = null, applicationId: String? = null, audience: String? = null, objectId: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadAuthority: String? = null

Gets or sets the authority of the SPN with which MigrateAgent communicates to service.

Link copied to clipboard
val applicationId: String? = null

Gets or sets the client/application Id of the SPN with which MigrateAgent communicates to service.

Link copied to clipboard
val audience: String? = null

Gets or sets the audience of the SPN with which MigrateAgent communicates to service.

Link copied to clipboard
val objectId: String? = null

Gets or sets the object Id of the SPN with which MigrateAgent communicates to service.

Link copied to clipboard
val tenantId: String? = null

Gets or sets the tenant Id of the SPN with which MigrateAgent communicates to service.