public enum AnalyzerOrgPolicyConstraint.Types.Constraint.Types.ConstraintDefaultReference documentation and code samples for the Google Cloud Asset Inventory v1 API enum AnalyzerOrgPolicyConstraint.Types.Constraint.Types.ConstraintDefault.
Specifies the default behavior in the absence of any Policy for the
Constraint. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED.
Namespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Fields |
|
|---|---|
| Name | Description |
Allow |
Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints. |
Deny |
Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints. |
Unspecified |
This is only used for distinguishing unset values and should never be used. |