@makehq/sdk
    Preparing search index...

    Type Alias CreateCredentialRequestBody

    Body for creating a new credential request

    type CreateCredentialRequestBody = {
        connections?: Record<string, JSONValue>[];
        description?: string;
        keys?: Record<string, JSONValue>[];
        name: string;
        provider: Record<string, JSONValue>;
        teamId: number;
    }
    Index

    Properties

    connections?: Record<string, JSONValue>[]

    Array of connections to include in the request

    description?: string

    Description of the request

    keys?: Record<string, JSONValue>[]

    Array of keys to include in the request

    name: string

    Name of the request

    provider: Record<string, JSONValue>

    Provider information

    teamId: number

    Team ID