type property

String? type
getter/setter pair

Type of the framework associated with the finding, to specify whether the framework is built-in (pre-defined and immutable) or a custom framework defined by the customer (equivalent to security posture) Possible string values are:

  • "FRAMEWORK_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "FRAMEWORK_TYPE_BUILT_IN" : The framework is a built-in framework if it is created and managed by GCP.
  • "FRAMEWORK_TYPE_CUSTOM" : The framework is a custom framework if it is created and managed by the user.

Implementation

core.String? type;