Beignet API reference
    Preparing search index...

    Type Alias EntitlementSubject

    Principal whose product access is being checked.

    type EntitlementSubject = {
        id: string;
        type: string;
    }
    Index
    id: string

    Stable subject identifier.

    type: string

    App-defined subject type, commonly "tenant" or "account".