IdentityModelResponse

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

Identity model.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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