CodelessConnectorPollingConfigProperties Class

Config to describe the polling config for API poller connector.

All required parameters must be populated in order to send to Azure.

Inheritance
CodelessConnectorPollingConfigProperties

Constructor

CodelessConnectorPollingConfigProperties(*, auth: azure.mgmt.securityinsight.models._models_py3.CodelessConnectorPollingAuthProperties, request: azure.mgmt.securityinsight.models._models_py3.CodelessConnectorPollingRequestProperties, is_active: Optional[bool] = None, paging: Optional[azure.mgmt.securityinsight.models._models_py3.CodelessConnectorPollingPagingProperties] = None, response: Optional[azure.mgmt.securityinsight.models._models_py3.CodelessConnectorPollingResponseProperties] = None, **kwargs)

Variables

is_active
bool

The poller active status.

auth
CodelessConnectorPollingAuthProperties

Required. Describe the authentication type of the poller.

request
CodelessConnectorPollingRequestProperties

Required. Describe the poll request config parameters of the poller.

paging
CodelessConnectorPollingPagingProperties

Describe the poll request paging config of the poller.

response
CodelessConnectorPollingResponseProperties

Describe the response config parameters of the poller.