| id |
String |
The id of the component. |
[optional] |
| versionedComponentId |
String |
The ID of the corresponding component that is under version control |
[optional] |
| parentGroupId |
String |
The id of parent process group of this component if applicable. |
[optional] |
| position |
PositionDTO |
The position of this component in the UI if applicable. |
[optional] |
| name |
String |
The name of the parameter provider. |
[optional] |
| type |
String |
The fully qualified type of the parameter provider. |
[optional] |
| bundle |
BundleDTO |
The details of the artifact that bundled this parameter provider type. |
[optional] |
| comments |
String |
The comments of the parameter provider. |
[optional] |
| persistsState |
Boolean |
Whether the parameter provider persists state. |
[optional] |
| restricted |
Boolean |
Whether the parameter provider requires elevated privileges. |
[optional] |
| deprecated |
Boolean |
Whether the parameter provider has been deprecated. |
[optional] |
| multipleVersionsAvailable |
Boolean |
Whether the parameter provider has multiple versions available. |
[optional] |
| properties |
Map<String, String> |
The properties of the parameter provider. |
[optional] |
| descriptors |
Map<String, PropertyDescriptorDTO> |
The descriptors for the parameter providers properties. |
[optional] |
| parameterGroupConfigurations |
List<ParameterGroupConfigurationEntity> |
Configuration for any fetched parameter groups. |
[optional] |
| affectedComponents |
List<AffectedComponentEntity> |
The set of all components in the flow that are referencing Parameters provided by this provider |
[optional] |
| parameterStatus |
List<ParameterStatusDTO> |
The status of all provided parameters for this parameter provider |
[optional] |
| referencingParameterContexts |
List<ParameterProviderReferencingComponentEntity> |
The Parameter Contexts that reference this Parameter Provider |
[optional] |
| customUiUrl |
String |
The URL for the custom configuration UI for the parameter provider. |
[optional] |
| annotationData |
String |
The annotation data for the parameter provider. This is how the custom UI relays configuration to the parameter provider. |
[optional] |
| validationErrors |
List<String> |
Gets the validation errors from the parameter provider. These validation errors represent the problems with the parameter provider that must be resolved before it can be scheduled to run. |
[optional] |
| validationStatus |
ValidationStatusEnum |
Indicates whether the Parameter Provider is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Parameter Provider is valid) |
[optional] |
| extensionMissing |
Boolean |
Whether the underlying extension is missing. |
[optional] |