@runloop/api-client - v1.18.1
    Preparing search index...

    Interface SDKGatewaySpec

    SDK-specific gateway spec that accepts Secret objects for credentials.

    interface SDKGatewaySpec {
        gateway: string;
        secret: string | RunloopSDK.Secret;
    }
    Index

    Properties

    Properties

    gateway: string

    The gateway config to use. Can be a gateway config ID (gwc_xxx) or name.

    secret: string | RunloopSDK.Secret

    The secret containing the credential. Can be a Secret object or string (ID or name).