OBJECT
ManagementEndpointPropertyMetadata
link GraphQL Schema definition
- type ManagementEndpointPropertyMetadata {
- # Default value for the property
- Object :
- # Boolean flag to indicate whether the property is immutable
- Boolean :
- # Boolean flag to indicate whether the property is internal or public
- Boolean :
- # Flag to indicate whether the property is mandatory
- Boolean! :
- # Boolean flag to indicate whether the property is a secret field. This is
- # applicable only for credential properties.
- Boolean :
- # For numeric properties optionally specify a maximum value
- Object :
- # For numeric properties optionally specify a minimal value
- Object :
- # Optionally specify an enumerated list of possible values (can be used for any
- # type)
- Object!] : [
- # Optionally specify the semantic of the property, permits validation
- ManagementEndpointPropertySemantic :
- }