type property

String? type
getter/setter pair

Execution result type of the scanned resource. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unknown state.
  • "TYPE_PASSED" : Resource successfully passed the rule.
  • "TYPE_VIOLATED" : Resource violated the rule.

Implementation

core.String? type;