Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MeIms

User's instant messaging addresses

Enumerations

Properties

Functions

Properties

Optional display

display: undefined | string

A human-readable name, primarily used for display purposes

*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none

Optional primary

primary: undefined | false | true

A Boolean value that indicates the 'primary' or preferred attribute value for this attribute--for example, the preferred messenger or primary messenger. The primary attribute value 'true' MUST appear no more than once.

*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none

type

type: Type

A label that indicates the attribute's function--for example, 'aim', 'gtalk', or 'mobile'

*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

value

value: string

User's instant messaging address

*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: MeIms): object

getJsonObj

  • getJsonObj(obj: MeIms): object