id | string | ID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object kinds or objects of the same kind within a different scope/namespace ("space"). |
description | string | Description of Custom Connector Plugin. |
api_version | string | APIVersion defines the schema version of this representation of a resource. |
cloud | string | Cloud provider where the Custom Connector Plugin archive is uploaded. |
connector_class | string | Java class or alias for connector. You can get connector class from connector documentation provided by developer. |
connector_type | string | Custom Connector type.
|
content_format | string | Archive format of Custom Connector Plugin. |
display_name | string | Display name of Custom Connector Plugin. |
documentation_link | string | Document link of Custom Connector Plugin. |
kind | string | Kind defines the object this REST resource represents. |
metadata | `` | ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. |
sensitive_config_properties | array | A sensitive property is a connector configuration property that must be hidden after a user enters property value when setting up connector. |
upload_source | object | [immutable] Upload source of Custom Connector Plugin. Only required in create request, will be ignored in read , update or list . |