Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class RegulatoryControlResponsibilityType.
The responsibility type for the regulatory control.
Protobuf type google.cloud.cloudsecuritycompliance.v1.RegulatoryControlResponsibilityType
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REGULATORY_CONTROL_RESPONSIBILITY_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum REGULATORY_CONTROL_RESPONSIBILITY_TYPE_UNSPECIFIED = 0;
Value: 1Google's responsibility.
Generated from protobuf enum GOOGLE = 1;
CUSTOMER
Value: 2Your responsibility.
Generated from protobuf enum CUSTOMER = 2;
SHARED
Value: 3Shared responsibility.
Generated from protobuf enum SHARED = 3;