ISPO SDK
    Preparing search index...

    Interface EntityAccessRequestResult

    Markdown
    interface EntityAccessRequestResult {
        decision?: AskAnswerDecision;
        granted?: boolean;
        pending?: boolean;
        promotes: boolean;
        reason?: AskAnswerReason;
        repair?: AskAnswerRepair;
        requested: boolean;
    }

    Hierarchy

    • Partial<AskAnswer>
      • EntityAccessRequestResult
    Index
    granted?: boolean

    True only after the exact host grant writer acknowledges and live authority rechecks.

    pending?: boolean

    True when this caller's hold ended while the durable request remains open.

    promotes: boolean

    True when approving this request also promotes the app to privileged-workspace.

    requested: boolean

    True once the request has been parked for the user's decision.