Customizable Connector Ui Config Response
data class CustomizableConnectorUiConfigResponse(val availability: ConnectorDefinitionsAvailabilityResponse? = null, val connectivityCriteria: List<ConnectivityCriterionResponse>, val dataTypes: List<ConnectorDataTypeResponse>, val descriptionMarkdown: String, val graphQueries: List<GraphQueryResponse>, val id: String? = null, val instructionSteps: List<InstructionStepResponse>, val isConnectivityCriteriasMatchSome: Boolean? = null, val logo: String? = null, val permissions: ConnectorDefinitionsPermissionsResponse, val publisher: String, val title: String)
The UiConfig for 'Customizable' connector definition kind.
Constructors
Link copied to clipboard
constructor(availability: ConnectorDefinitionsAvailabilityResponse? = null, connectivityCriteria: List<ConnectivityCriterionResponse>, dataTypes: List<ConnectorDataTypeResponse>, descriptionMarkdown: String, graphQueries: List<GraphQueryResponse>, id: String? = null, instructionSteps: List<InstructionStepResponse>, isConnectivityCriteriasMatchSome: Boolean? = null, logo: String? = null, permissions: ConnectorDefinitionsPermissionsResponse, publisher: String, title: String)
Properties
Link copied to clipboard
The exposure status of the connector to the customers.
Link copied to clipboard
Gets or sets the way the connector checks whether the connector is connected.
Link copied to clipboard
Gets or sets the data types to check for last data received.
Link copied to clipboard
Gets or sets the connector description in markdown format.
Link copied to clipboard
Gets or sets the graph queries to show the current data volume over time.
Link copied to clipboard
Gets or sets the instruction steps to enable the connector.
Link copied to clipboard
Gets or sets a value indicating whether to use 'OR'(SOME) or 'AND' between ConnectivityCriteria items.
Link copied to clipboard
The required Permissions for the connector.