@makehq/sdk
    Preparing search index...

    Type Alias CredentialSelection

    Represents an app/module selection to derive credentials from.

    type CredentialSelection = {
        appModules: string[];
        appName: string;
        appVersion?: number;
        description?: string;
        nameOverride?: string;
    }
    Index

    Properties

    appModules: string[]

    Array of module IDs to include. Use ["*"] to select all modules with credentials.

    appName: string

    Name of the application to request credentials for

    appVersion?: number

    Version of the application. Defaults to the latest available version if not provided.

    description?: string

    Description for this credential to be displayed in the Request view

    nameOverride?: string

    Optional name override for the credential when created in the platform