Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserIdentityFragment

Package version

Identity attributes of a lab user.

Hierarchy

  • UserIdentityFragment

Index

Properties

Optional appId

appId: undefined | string

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

Optional objectId

objectId: undefined | string

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.

Optional principalId

principalId: undefined | string

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

Optional principalName

principalName: undefined | string

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

Optional tenantId

tenantId: undefined | string

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

Generated using TypeDoc