tridion-sites-extensions-api-docs

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

IdentityProviderGroupMapping type

Represents the data of a mapping from an Identity Provider Group to a TCM Group.

Signature:

export type IdentityProviderGroupMapping = {
    Description?: string;
    Group?: Link;
    IdentityProviderName?: string;
};

References: Link