category property

String? category
getter/setter pair

A domain category that this profile is related to. Possible string values are:

  • "CATEGORY_UNSPECIFIED" : Category unspecified.
  • "AI" : Indicates that the data profile is related to artificial intelligence. When set, all findings stored to Security Command Center will set the corresponding AI domain field of Finding objects.
  • "CODE" : Indicates that the data profile is related to code.

Implementation

core.String? category;