category property

String? category
getter/setter pair

The category of the attribute.

The value of this field cannot be changed after creation.

Required. Possible string values are:

  • "CATEGORY_UNSPECIFIED" : No category specified. This option is invalid.
  • "RESOURCE" : Specify this category when this attribute describes the properties of resources. For example, data anonymity or data type.
  • "REQUEST" : Specify this category when this attribute describes the properties of requests. For example, requester's role or requester's organization.

Implementation

core.String? category;