Home > @tridion-sites/open-api-client > IdentityProviderGroupMapping
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