Type alias EnvironmentInput

EnvironmentInput: { color?: InputMaybe<Scalars["String"]>; description?: InputMaybe<Scalars["String"]>; displayName?: InputMaybe<Scalars["String"]>; hardenClientAccessEnabled?: InputMaybe<Scalars["Boolean"]>; provisionStatus?: InputMaybe<EnvironmentProvisionStatus> }

Input for updating an existing environment

Type declaration

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

    The color used to distinguish this environment in the UI

  • 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 provisionStatus?: InputMaybe<EnvironmentProvisionStatus>

    The current provisioning status of the environment