MCASDataConnectorDataTypes Class

The available data types for MCAS (Microsoft Cloud App Security) data connector.

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

Inheritance
azure.mgmt.securityinsight.models._models_py3.AlertsDataTypeOfDataConnector
MCASDataConnectorDataTypes

Constructor

MCASDataConnectorDataTypes(*, alerts: azure.mgmt.securityinsight.models._models_py3.DataConnectorDataTypeCommon, discovery_logs: Optional[azure.mgmt.securityinsight.models._models_py3.DataConnectorDataTypeCommon] = None, **kwargs)

Variables

alerts
DataConnectorDataTypeCommon

Required. Alerts data type connection.

discovery_logs
DataConnectorDataTypeCommon

Discovery log data type connection.