constraintType property

String? constraintType
getter/setter pair

The type of constraint that was violated. Possible string values are:

  • "CONSTRAINT_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "SECURITY_HEALTH_ANALYTICS_CUSTOM_MODULE" : A custom module for Security Health Analytics.
  • "ORG_POLICY_CUSTOM" : A custom organization policy constraint.
  • "SECURITY_HEALTH_ANALYTICS_MODULE" : A built-in detector for Security Health Analytics.
  • "ORG_POLICY" : A predefined organization policy constraint.
  • "REGO_POLICY" : A custom rego policy constraint.

Implementation

core.String? constraintType;