How to use the azure-mgmt-security.azure.mgmt.security.models.data_export_setting_py3.DataExportSetting function in azure-mgmt-security

To help you get started, we’ve selected a few azure-mgmt-security examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-security / azure / mgmt / security / models / data_export_setting_py3.py View on Github external
def __init__(self, *, kind, enabled: bool, **kwargs) -> None:
        super(DataExportSetting, self).__init__(kind=kind, **kwargs)
        self.enabled = enabled
github Azure / azure-sdk-for-python / azure-mgmt-security / azure / mgmt / security / models / data_export_setting_py3.py View on Github external
def __init__(self, *, kind, enabled: bool, **kwargs) -> None:
        super(DataExportSetting, self).__init__(kind=kind, **kwargs)
        self.enabled = enabled

azure-mgmt-security

Microsoft Azure Security Center Management Client Library for Python

MIT
Latest version published 4 months ago

Package Health Score

96 / 100
Full package analysis

Similar packages