EnvironmentEntryEntity model
import { EnvironmentEntryEntity } from "firehydrant-typescript-sdk/models/components";
let value: EnvironmentEntryEntity = {};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ➖ | UUID of the Environment |
name |
string | ➖ | Name of the Environment |
slug |
string | ➖ | Slug of the Environment |
description |
string | ➖ | Description of the Environment |
updatedAt |
Date | ➖ | The time the environment was updated |
createdAt |
Date | ➖ | The time the environment was created |
activeIncidents |
string | ➖ | List of active incident guids |
externalResources |
components.ExternalResourceEntity[] | ➖ | Information about known linkages to representations of services outside of FireHydrant. |