Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.55 KB

File metadata and controls

22 lines (17 loc) · 1.55 KB

PlatformComponentInputRequirementResponse

Properties

Name Type Description Notes
key String
r#type Type Field type understood by the Console. (enum: string, number, bool)
required bool
default_value Option<String> [optional]
label String
description Option<String> [optional]
sensitive bool
constraints models::FieldSchemaConstraintsResponse
format Option<String> Optional editor format for a string field, independent of its scalar type. kubernetes-resource-yaml selects a single Kubernetes YAML object editor. Unknown formats should fall back to the ordinary string editor. [optional]
templates Option<Vecmodels::FieldTemplateResponse> Optional starting texts for an explicit user choice, with unique IDs within the field. Present only with format. Never apply as defaults or overwrite a saved value. The format selects the editor even when templates are absent. [optional]
scope models::PlatformComponentConfigurationInputScope
status models::PlatformComponentConfigurationRequirementStatus

[Back to Model list] [Back to API list] [Back to README]