Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessConnectorPollingResponseProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessConnectorPollingResponseProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.response()
Get the response property: Describe the response config parameters of the poller.CodelessConnectorPollingResponseProperties.withEventsJsonPaths
(List<String> eventsJsonPaths) Set the eventsJsonPaths property: Describes the path we should extract the data in the response.CodelessConnectorPollingResponseProperties.withIsGzipCompressed
(Boolean isGzipCompressed) Set the isGzipCompressed property: Describes if the data in the response is Gzip.CodelessConnectorPollingResponseProperties.withSuccessStatusJsonPath
(String successStatusJsonPath) Set the successStatusJsonPath property: Describes the path we should extract the status code in the response.CodelessConnectorPollingResponseProperties.withSuccessStatusValue
(String successStatusValue) Set the successStatusValue property: Describes the path we should extract the status value in the response.Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.withResponse
(CodelessConnectorPollingResponseProperties response) Set the response property: Describe the response config parameters of the poller.