AnalyzerOrgPolicyConstraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The organization policy constraint definition.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
google_defined_constraint |
google.cloud.asset_v1.types.AnalyzerOrgPolicyConstraint.Constraint
The definition of the canned constraint defined by Google. This field is a member of oneof _ constraint_definition .
|
custom_constraint |
google.cloud.asset_v1.types.AnalyzerOrgPolicyConstraint.CustomConstraint
The definition of the custom constraint. This field is a member of oneof _ constraint_definition .
|
Classes
Constraint
Constraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The definition of a constraint.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CustomConstraint
CustomConstraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The definition of a custom constraint.