Google Cloud Asset Inventory v1 API - Enum AnalyzerOrgPolicyConstraint.Types.Constraint.Types.ConstraintDefault (3.10.0)

public enum AnalyzerOrgPolicyConstraint.Types.Constraint.Types.ConstraintDefault

Reference 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.V1

Assembly

Google.Cloud.Asset.V1.dll

Fields

NameDescription
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.