Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class AuditConfig.
The audit configuration for Compliance Manager.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.AuditConfig
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ destinations |
array<AuditConfig\CmEligibleDestination>
Required. The list of destinations that can be selected for uploading audit reports to. |
getDestinations
Required. The list of destinations that can be selected for uploading audit reports to.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDestinations
Required. The list of destinations that can be selected for uploading audit reports to.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AuditConfig\CmEligibleDestination>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|