Interface EnvironmentRead

Export

EnvironmentRead

Hierarchy

  • EnvironmentRead

Properties

created_at: string

Date and time when the environment was created (ISO_8601 format).

Memberof

EnvironmentRead

custom_branch_name?: string

when using gitops feature, an optional branch name for the environment

Memberof

EnvironmentRead

description?: string

an optional longer description of the environment

Memberof

EnvironmentRead

id: string

Unique id of the environment

Memberof

EnvironmentRead

jwks?: JwksObj

Memberof

EnvironmentRead

key: string

A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment.

Memberof

EnvironmentRead

name: string

The name of the environment

Memberof

EnvironmentRead

organization_id: string

Unique id of the organization that the environment belongs to.

Memberof

EnvironmentRead

project_id: string

Unique id of the project that the environment belongs to.

Memberof

EnvironmentRead

updated_at: string

Date and time when the environment was last updated/modified (ISO_8601 format).

Memberof

EnvironmentRead

Generated using TypeDoc