Sporades SDK API
    Preparing search index...

    Type Alias PrivilegedRunOptions

    type PrivilegedRunOptions = {
        metadata?: JsonObject;
        operation: string;
        signal?: AbortSignal;
        targetResourceKind?: string;
    }
    Index
    metadata?: JsonObject

    Synchronous JSON-compatible metadata redacted before started audit emission.

    operation: string

    Stable operation name emitted in Privileged audit events.

    signal?: AbortSignal

    Optional caller-supplied cancellation signal propagated to the privileged callback.

    targetResourceKind?: string

    Resource class touched by the privileged operation, such as capsule-db or files.