Google Cloud Security Compliance V1 Client - Class FrameworkCategory (0.1.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkCategory.

The category of the framework.

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkCategory

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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

Standard framework

Generated from protobuf enum INDUSTRY_DEFINED_STANDARD = 1;

ASSURED_WORKLOADS

Value: 2

Assured Workloads framework

Generated from protobuf enum ASSURED_WORKLOADS = 2;

DATA_SECURITY

Value: 3

Data Security framework

Generated from protobuf enum DATA_SECURITY = 3;

GOOGLE_BEST_PRACTICES

Value: 4

Google Best Practices framework

Generated from protobuf enum GOOGLE_BEST_PRACTICES = 4;

CUSTOM_FRAMEWORK

Value: 5

User created framework.

Generated from protobuf enum CUSTOM_FRAMEWORK = 5;