@squidcloud/client
    Preparing search index...

    Interface ManagementCreateApplicationRequest

    Request to create a new application.

    interface ManagementCreateApplicationRequest {
        name: string;
        organizationId: string;
        region: "us-east-1.aws" | "ap-south-1.aws" | "us-central1.gcp";
    }
    Index

    Properties

    name: string

    Name of the application

    organizationId: string

    The organization ID to create the application in

    region: "us-east-1.aws" | "ap-south-1.aws" | "us-central1.gcp"

    Squid region (e.g., 'us-east-1.aws'). The cloud provider is parsed from this.