The IDs of the records that were added, removed, and/or found to be missing as a result of the membership update request.

Constructors

Properties

recordIdsMissing: string[]

The IDs of the records that were missing (e.g. did not exist in the portal) and so were not added or removed.

recordIdsRemoved: string[]

The IDs of the records that were removed from the list.

recordsIdsAdded: string[]
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]