Interface EnvironmentStats

Export

EnvironmentStats

Hierarchy

  • EnvironmentStats

Properties

created_at: string

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

Memberof

EnvironmentStats

custom_branch_name?: string

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

Memberof

EnvironmentStats

description?: string

an optional longer description of the environment

Memberof

EnvironmentStats

id: string

Unique id of the environment

Memberof

EnvironmentStats

jwks?: JwksObj

Memberof

EnvironmentStats

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

EnvironmentStats

name: string

The name of the environment

Memberof

EnvironmentStats

organization_id: string

Unique id of the organization that the environment belongs to.

Memberof

EnvironmentStats

pdp_configs: PDPConfigRead[]

Memberof

EnvironmentStats

project_id: string

Unique id of the project that the environment belongs to.

Memberof

EnvironmentStats

stats: Statistics

Memberof

EnvironmentStats

updated_at: string

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

Memberof

EnvironmentStats

Generated using TypeDoc