@makehq/sdk
    Preparing search index...

    Type Alias CreateCredentialActionBody

    Body for creating a credential action

    type CreateCredentialActionBody = {
        credentials: CredentialSelection[];
        description?: string;
        name?: string;
        teamId: number;
    }
    Index

    Properties

    credentials: CredentialSelection[]

    Array of app/module selections to derive credentials from

    description?: string

    Description of the Request which will be displayed to the End Users who open it

    name?: string

    Name of the Request which will be displayed to the End Users who open it

    teamId: number

    ID of the Team to which the credentials will belong