ApiResourceMetadata interface
API リソースのメタデータ。
プロパティ
| api |
API の種類。 |
| brand |
ブランドの色。 |
| connection |
接続の種類。 |
| deployment |
コネクタのデプロイ パラメーターのメタデータ。 |
| hide |
非表示キー。 |
| provisioning |
プロビジョニングの状態。 |
| source | ソース。 |
| tags | タグ。 |
| wsdl |
WSDL インポート メソッド。 |
| wsdl |
WSDL サービス。 |
プロパティの詳細
apiType
API の種類。
apiType?: string
プロパティ値
string
brandColor
ブランドの色。
brandColor?: string
プロパティ値
string
connectionType
接続の種類。
connectionType?: string
プロパティ値
string
deploymentParameters
コネクタのデプロイ パラメーターのメタデータ。
deploymentParameters?: ApiDeploymentParameterMetadataSet
プロパティ値
hideKey
非表示キー。
hideKey?: string
プロパティ値
string
provisioningState
プロビジョニングの状態。
provisioningState?: string
プロパティ値
string
source
ソース。
source?: string
プロパティ値
string
tags
タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
wsdlImportMethod
WSDL インポート メソッド。
wsdlImportMethod?: string
プロパティ値
string