ISPO SDK
    Preparing search index...

    Interface CapabilityMethodDisclosure

    Markdown
    interface CapabilityMethodDisclosure {
        bulk: boolean;
        grant: ProjectGrantCapability | "dynamic" | null;
        id: ProjectMethod;
        namespace: MethodNamespace;
        request: MethodRequestGate | null;
    }
    Index
    bulk: boolean
    grant: ProjectGrantCapability | "dynamic" | null

    The Gate-2 grant, 'dynamic' when args/caller identity decide, or null.

    namespace: MethodNamespace
    request: MethodRequestGate | null

    The descriptor token this method's Gate-1 declaration check reads.