@archastro/sdk
    Preparing search index...

    Interface UnsupportedEffectiveAccessEntitlement

    A future entitlement tag retained without interpreting its value.

    interface UnsupportedEffectiveAccessEntitlement {
        granted: boolean;
        key: string;
        provided_by: EffectiveAccessSource[];
        supported: false;
        value?: unknown;
        value_type: string;
        [key: string]: unknown;
    }

    Hierarchy

    • ParsedEffectiveAccessEntitlementBase
      • UnsupportedEffectiveAccessEntitlement

    Indexable

    • [key: string]: unknown
    Index

    Properties

    granted: boolean
    key: string
    provided_by: EffectiveAccessSource[]
    supported: false
    value?: unknown
    value_type: string