Values_0.PropertySourceAn object that defines a connection type for a compute environment.
type nonrec t = {name : PropertyName.t option;The name of the property.
*)description : PropertyDescriptionString.t option;A description of the property.
*)required : Bool_.t option;Indicates whether the property is required.
*)defaultValue : String_.t option;The default value for the property.
*)propertyTypes : PropertyTypes.t option;Describes the type of property.
*)allowedValues : AllowedValues.t option;A list of AllowedValue objects representing the values allowed for the property.
*)dataOperationScopes : DataOperations.t option;Indicates which data operations are applicable to the property.
*)keyOverride : String_.t option;A key name to use when sending this property in API requests, if different from the display name.
*)propertyLocation : PropertyLocation.t option;Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of AllowedValueDescriptionString.t ]) list ]
list
| `String of PropertyName.t ])
list ]