tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ClaimMapping

ClaimMapping type

Abstract base class representing the data of a mapping between a Claim and a TCM Group.

Signature:

export type ClaimMapping = {
    $type?: string;
    Description?: string;
    Group?: Link;
};

References: Link