Google Cloud Security Compliance V1 Client - Class Type (0.2.0)

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 \ CloudControl

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

CUSTOM

Value: 1

A cloud control that's created and managed by you.

Generated from protobuf enum CUSTOM = 1;

BUILT_IN

Value: 2

A cloud control that's provided and managed by Google.

Generated from protobuf enum BUILT_IN = 2;