DevTestLabUserIdentity Class

Definition

Identity attributes of a lab user.

public class DevTestLabUserIdentity
type DevTestLabUserIdentity = class
Public Class DevTestLabUserIdentity
Inheritance
DevTestLabUserIdentity

Constructors

DevTestLabUserIdentity()

Initializes a new instance of DevTestLabUserIdentity.

Properties

AppId

Set to the app Id of the client JWT making the request.

ObjectId

Set to the object Id of the client JWT making the request. Not all users have object Id. For CSP (reseller) scenarios for example, object Id is not available.

PrincipalId

Set to the principal Id of the client JWT making the request. Service principal will not have the principal Id.

PrincipalName

Set to the principal name / UPN of the client JWT making the request.

TenantId

Set to the tenant ID of the client JWT making the request.

Applies to