Anchorage API reference
    Preparing search index...

    Interface ConnectorApprovalGrantBase

    Identity fields shared by every structured connector grant scope.

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

    Properties

    connectorId: string
    isolationScope?: string
    runId: string
    workflowId: string