tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ClaimMapping

ClaimMapping class

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

Signature:

export declare abstract class ClaimMapping

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, group })   Constructs a new instance of the ClaimMapping class

Properties

Property Modifiers Type Description
_backendModel   BackendClaimMapping  
description   string | undefined Description of the mapping.
getInternalModel   () => BackendClaimMapping  
group   Link | undefined Group for which the mapping exists.