Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkType.
The type of 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: 0Default value. This value is unused.
Generated from protobuf enum FRAMEWORK_TYPE_UNSPECIFIED = 0;
BUILT_IN
Value: 1A framework that's provided and managed by Google.
Generated from protobuf enum BUILT_IN = 1;
CUSTOM
Value: 2A framework that's created and managed by you.
Generated from protobuf enum CUSTOM = 2;