Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessConnectorPollingRequestProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessConnectorPollingRequestProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.request()
Get the request property: Describe the poll request config parameters of the poller.CodelessConnectorPollingRequestProperties.withApiEndpoint
(String apiEndpoint) Set the apiEndpoint property: Describe the endpoint we should pull the data from.CodelessConnectorPollingRequestProperties.withEndTimeAttributeName
(String endTimeAttributeName) Set the endTimeAttributeName property: This will be used the query events from the end of the time window.CodelessConnectorPollingRequestProperties.withHeaders
(Object headers) Set the headers property: Describe the headers sent in the poll request.CodelessConnectorPollingRequestProperties.withHttpMethod
(String httpMethod) Set the httpMethod property: The http method type we will use in the poll request, GET or POST.CodelessConnectorPollingRequestProperties.withQueryParameters
(Object queryParameters) Set the queryParameters property: Describe the query parameters sent in the poll request.CodelessConnectorPollingRequestProperties.withQueryParametersTemplate
(String queryParametersTemplate) Set the queryParametersTemplate property: For advanced scenarios for example user name/password embedded in nested JSON payload.CodelessConnectorPollingRequestProperties.withQueryTimeFormat
(String queryTimeFormat) Set the queryTimeFormat property: The time format will be used the query events in a specific window.CodelessConnectorPollingRequestProperties.withQueryWindowInMin
(int queryWindowInMin) Set the queryWindowInMin property: The window interval we will use the pull the data.CodelessConnectorPollingRequestProperties.withRateLimitQps
(Integer rateLimitQps) Set the rateLimitQps property: Defines the rate limit QPS.CodelessConnectorPollingRequestProperties.withRetryCount
(Integer retryCount) Set the retryCount property: Describe the amount of time we should try and poll the data in case of failure.CodelessConnectorPollingRequestProperties.withStartTimeAttributeName
(String startTimeAttributeName) Set the startTimeAttributeName property: This will be used the query events from a start of the time window.CodelessConnectorPollingRequestProperties.withTimeoutInSeconds
(Integer timeoutInSeconds) Set the timeoutInSeconds property: The number of seconds we will consider as a request timeout.Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.withRequest
(CodelessConnectorPollingRequestProperties request) Set the request property: Describe the poll request config parameters of the poller.