How to use the azure-mgmt-policyinsights.azure.mgmt.policyinsights.models.expression_evaluation_details_py3.ExpressionEvaluationDetails function in azure-mgmt-policyinsights

To help you get started, we’ve selected a few azure-mgmt-policyinsights 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-policyinsights / azure / mgmt / policyinsights / models / expression_evaluation_details_py3.py View on Github external
def __init__(self, *, result: str=None, expression: str=None, path: str=None, expression_value=None, target_value=None, operator: str=None, **kwargs) -> None:
        super(ExpressionEvaluationDetails, self).__init__(**kwargs)
        self.result = result
        self.expression = expression
        self.path = path
        self.expression_value = expression_value
        self.target_value = target_value
        self.operator = operator

azure-mgmt-policyinsights

Microsoft Azure Policy Insights Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-policyinsights functions

Similar packages