Class SubUser

Hierarchy (View Summary)

Implements

Indexable

  • [x: string]: any

Constructors

Properties

address?: string
edges: OntologyEdge[] = []
email?: string
expand: number
first_name?: string
language?: string
last_name?: string
last_online?: string
login_password?: string
login_username?: string
meta: Meta = ...
name?: string
nickname?: string
organization?: string
other_email?: OtherContact[]
other_sms?: OtherContact[]
parent?: IModel
parentEdges: OntologyEdge[] = []
phone?: string
point_management?: PointManagement
role?: string
session_token?: string
verified_email?: boolean
verified_sms?: boolean
attributes: string[] = ...
checker: ICheckerSuite = ...
endpoint: string = '/2.1/subuser'

Accessors

  • get ontology(): OntologyEdge[]
  • Get the ontology edges of the current object.

    Returns OntologyEdge[]

    The ontology edges of the current object.

    This is here for backwards compatibility.

    Should use edges instead.

  • set ontology(edges: OntologyEdge[]): void
  • Set the ontology edges of the current object.

    Parameters

    Returns void

    This is here for backwards compatibility.

    Should use edges instead.

Methods

  • Parameters

    • newUsername: string

    Returns Promise<boolean>

  • Parameters

    • OptionalreloadAll: boolean
    • defaultExpand: number = 0

    Returns Promise<boolean>

  • Parameters

    • type: undefined | string
    • name: string
    • params: any
    • isStatic: boolean = false

    Returns void