CreateNamespaceRequest: {
    description: string;
    isPublic: boolean;
    name?: string;
    organizationId?: string;
    projectId?: string;
    region?: Region;
}

Type declaration

  • description: string

    Description of the namespace.

  • isPublic: boolean

    Defines whether or not namespace is public.

  • Optionalname?: string

    Name of the namespace.

  • OptionalorganizationId?: string

    Namespace owner (deprecated).

    One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId' could be set.

  • OptionalprojectId?: string

    Project ID on which the namespace will be created.

    One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId' could be set.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.