Beignet API reference
    Preparing search index...

    Type Alias EntitlementCheckInput<TKey>

    Input for checking whether a subject has access to a capability.

    type EntitlementCheckInput<TKey extends EntitlementKey = EntitlementKey> = {
        entitlement: TKey;
        subject: EntitlementSubject;
    }

    Type Parameters

    Index
    entitlement: TKey

    Capability being checked.

    Tenant, account, or other app-owned subject whose product access is checked.