acknowledgeType property

String? acknowledgeType
getter/setter pair

Acknowledge type of specified violation.

Optional. Possible string values are:

  • "ACKNOWLEDGE_TYPE_UNSPECIFIED" : Acknowledge type unspecified.
  • "SINGLE_VIOLATION" : Acknowledge only the specific violation.
  • "EXISTING_CHILD_RESOURCE_VIOLATIONS" : Acknowledge specified orgPolicy violation and also associated resource violations.

Implementation

core.String? acknowledgeType;