Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Meta

A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]] - type: complex

Properties

Optional created

created: undefined | string

The DateTime the Resource was added to the Service Provider

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

Optional lastModified

lastModified: undefined | string

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

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

Optional location

location: undefined | string

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

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

Optional resourceType

resourceType: undefined | string

Name of the resource type of the resource--for example, Users or Groups

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

Optional version

version: undefined | string

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

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

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Meta): object

getJsonObj

  • getJsonObj(obj: Meta): object