Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MePhotos

URLs of photos for the User

Enumerations

Properties

Functions

Properties

Optional display

display: undefined | string

A human readable name, primarily used for display purposes.

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

Optional primary

primary: undefined | false | true

A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred photo or thumbnail. The primary attribute value 'true' MUST appear no more than once.

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

type

type: Type

A label indicating the attribute's function; e.g., 'photo' or 'thumbnail'.

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

value

value: string

URL of a photo for the User

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

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: MePhotos): object

getJsonObj