Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 839 Bytes

File metadata and controls

21 lines (19 loc) · 839 Bytes

Attribute

Properties

Name Type Description Notes
readOnly Boolean Read only Attribute cannot be overdidden by service instance/deployment. [optional]
attributeType AttributeTypeEnum Attribute Type can be of any of the allowed enum type. [optional]
displayName String Attribute display name string value. [optional]
value String Attribute value string value. [optional]
key String Attribute key string value.

Enum: AttributeTypeEnum

Name Value
IP_ADDRESS "IP_ADDRESS"
PORT "PORT"
PASSWORD "PASSWORD"
STRING "STRING"
LONG "LONG"
BOOLEAN "BOOLEAN"