Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class CloudControlDetails.
CloudControlDetails contains the details of a CloudControl.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.CloudControlDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}” |
↳ major_revision_id |
int|string
Required. Major revision of cloudcontrol |
↳ parameters |
array<Parameter>
Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}. |
getName
Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMajorRevisionId
Required. Major revision of cloudcontrol
Returns | |
---|---|
Type | Description |
int|string |
setMajorRevisionId
Required. Major revision of cloudcontrol
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getParameters
Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setParameters
Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.
Parameter | |
---|---|
Name | Description |
var |
array<Parameter>
|
Returns | |
---|---|
Type | Description |
$this |