Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkType.
The type of the framework.
Protobuf type google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1 \ FrameworkMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FRAMEWORK_TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum FRAMEWORK_TYPE_UNSPECIFIED = 0;
BUILT_IN
Value: 1
The framework is a built-in framework if it is created and managed by GCP.
Generated from protobuf enum BUILT_IN = 1;
CUSTOM
Value: 2
The framework is a custom framework if it is created and managed by the user.
Generated from protobuf enum CUSTOM = 2;