EnvironmentProperties interface
環境プロパティ エンティティ。
プロパティ
custom |
API カタログ エンティティに定義されているカスタム メタデータ。 |
description | 環境の説明。 |
kind | 環境の種類。 |
onboarding | 環境オンボード情報 |
server | 環境のサーバー情報。 |
title | 環境のタイトル。 |
プロパティの詳細
customProperties
API カタログ エンティティに定義されているカスタム メタデータ。
customProperties?: Record<string, unknown>
プロパティ値
Record<string, unknown>
description
環境の説明。
description?: string
プロパティ値
string
kind
環境の種類。
kind: string
プロパティ値
string
onboarding
server
title
環境のタイトル。
title: string
プロパティ値
string