CreateApplicationRequest: {
    description: string;
    name?: string;
    organizationId?: string;
    tags?: string[];
}

Type declaration

  • description: string

    Description of the application (max length is 200 characters).

  • Optionalname?: string

    Name of the application to create (max length is 64 characters).

  • OptionalorganizationId?: string

    ID of the Organization.

  • Optionaltags?: string[]

    Tags associated with the application (maximum of 10 tags).