Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class Type.
The type of cloud control.
Protobuf type google.cloud.cloudsecuritycompliance.v1.CloudControl.Type
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1 \ CloudControlMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
CUSTOM
Value: 1A cloud control that's created and managed by you.
Generated from protobuf enum CUSTOM = 1;
BUILT_IN
Value: 2A cloud control that's provided and managed by Google.
Generated from protobuf enum BUILT_IN = 2;