How to use the azure-mgmt-security.azure.mgmt.security.models.Setting 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 / operations / settings_operations.py View on Github external
:type setting_name: str
        :param kind: the kind of the settings string (DataExportSetting).
         Possible values include: 'DataExportSetting',
         'AlertSuppressionSetting'
        :type kind: str or ~azure.mgmt.security.models.SettingKind
        :param dict custom_headers: headers that will be added to the request
        :param bool raw: returns the direct response alongside the
         deserialized response
        :param operation_config: :ref:`Operation configuration
         overrides`.
        :return: Setting or ClientRawResponse if raw=true
        :rtype: ~azure.mgmt.security.models.Setting or
         ~msrest.pipeline.ClientRawResponse
        :raises: :class:`CloudError`
        """
        setting = models.Setting(kind=kind)

        # Construct URL
        url = self.update.metadata['url']
        path_format_arguments = {
            'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str', pattern=r'^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$'),
            'settingName': self._serialize.url("setting_name", setting_name, 'str')
        }
        url = self._client.format_url(url, **path_format_arguments)

        # Construct parameters
        query_parameters = {}
        query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

        # Construct headers
        header_parameters = {}
        header_parameters['Accept'] = 'application/json'

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