@archastro/sdk
    Preparing search index...

    Interface SupportedBooleanEffectiveAccessEntitlement

    An entitlement whose tagged value is understood by this SDK release.

    interface SupportedBooleanEffectiveAccessEntitlement {
        granted: boolean;
        key: string;
        provided_by: EffectiveAccessSource[];
        supported: true;
        value?: boolean | null;
        value_type: "boolean";
        [key: string]: unknown;
    }

    Hierarchy

    • ParsedEffectiveAccessEntitlementBase
      • SupportedBooleanEffectiveAccessEntitlement

    Indexable

    • [key: string]: unknown
    Index

    Properties

    granted: boolean
    key: string
    provided_by: EffectiveAccessSource[]
    supported: true
    value?: boolean | null
    value_type: "boolean"