EnvironmentProperties interface

Environment properties entity.

Properties

customProperties

The custom metadata defined for API catalog entities.

description

The environment description.

kind

Environment kind.

onboarding

Environment onboarding information

server

Server information of the environment.

title

Environment title.

Property Details

customProperties

The custom metadata defined for API catalog entities.

customProperties?: Record<string, unknown>

Property Value

Record<string, unknown>

description

The environment description.

description?: string

Property Value

string

kind

Environment kind.

kind: string

Property Value

string

onboarding

Environment onboarding information

onboarding?: Onboarding

Property Value

server

Server information of the environment.

server?: EnvironmentServer

Property Value

title

Environment title.

title: string

Property Value

string