Anchorage API reference
    Preparing search index...

    Identity fields shared by every structured connector grant scope.

    interface ConnectorApprovalGrantBase {
        connectorId: string;
        isolationScope?: string;
        runId: string;
        workflowId: string;
    }
    Index

    Properties

    connectorId: string

    Connector this grant can authorize.

    isolationScope?: string

    Opaque tenant/isolation scope, when the runtime has one.

    runId: string

    Server-minted run whose runtime minted the grant.

    workflowId: string

    Workflow whose runtime minted the grant.