Type alias CreateEnvironment

CreateEnvironment: { color?: InputMaybe<Scalars["String"]>; createdAt?: InputMaybe<Scalars["DateTime"]>; description?: InputMaybe<Scalars["String"]>; displayName?: InputMaybe<Scalars["String"]>; hardenClientAccessEnabled?: InputMaybe<Scalars["Boolean"]>; id?: InputMaybe<Scalars["String"]>; provisionStatus?: InputMaybe<EnvironmentProvisionStatus>; slug?: InputMaybe<Scalars["String"]>; type?: InputMaybe<EnvironmentType> }

Input for creating a new environment

Type declaration

  • Optional color?: InputMaybe<Scalars["String"]>

    The color used to distinguish this environment in the UI

  • Optional createdAt?: InputMaybe<Scalars["DateTime"]>

    The timestamp when the environment was created

  • Optional description?: InputMaybe<Scalars["String"]>

    Optional description of the environment

  • Optional displayName?: InputMaybe<Scalars["String"]>

    The name of the environment that will be displayed in the UI

  • Optional hardenClientAccessEnabled?: InputMaybe<Scalars["Boolean"]>

    Whether client-side security hardening is enabled for this environment

  • Optional id?: InputMaybe<Scalars["String"]>

    Unique identifier for the entity

  • Optional provisionStatus?: InputMaybe<EnvironmentProvisionStatus>

    The current provisioning status of the environment

  • Optional slug?: InputMaybe<Scalars["String"]>

    A unique identifier for the environment

  • Optional type?: InputMaybe<EnvironmentType>

    The type of environment (production or non-production)