Attributes of a ServiceNow user

Hierarchy

  • ServiceNowUserAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
email: string

The email address of the user

fullName?: string

The full name of the user

instanceId: string

The ID of the ServiceNow instance

userName: string

The username of the ServiceNow user

userSysId: string

The system ID of the user in ServiceNow

Generated using TypeDoc