How to use the azure-mgmt-security.azure.mgmt.security.models.data_export_setting.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.py View on Github external
def __init__(self, **kwargs):
        super(DataExportSetting, self).__init__(**kwargs)
        self.enabled = kwargs.get('enabled', None)

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