Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkCategory.
The category for the framework.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkCategory
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
FRAMEWORK_CATEGORY_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum FRAMEWORK_CATEGORY_UNSPECIFIED = 0;
INDUSTRY_DEFINED_STANDARD
Value: 1
An industry-defined framework.
Generated from protobuf enum INDUSTRY_DEFINED_STANDARD = 1;
ASSURED_WORKLOADS
Value: 2
An Assured Workloads framework.
Generated from protobuf enum ASSURED_WORKLOADS = 2;
DATA_SECURITY
Value: 3
A data security posture framework.
Generated from protobuf enum DATA_SECURITY = 3;
GOOGLE_BEST_PRACTICES
Value: 4
A Google's best practices framework.
Generated from protobuf enum GOOGLE_BEST_PRACTICES = 4;
CUSTOM_FRAMEWORK
Value: 5
A user-created framework.
Generated from protobuf enum CUSTOM_FRAMEWORK = 5;

