Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class Enrollment.
The enrollment resource.
Generated from protobuf message google.cloud.auditmanager.v1.Enrollment
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of this Enrollment, in the format of scope given in request. |
↳ destination_details |
array<DestinationDetails>
Output only. The locations where the generated reports can be uploaded. |
getName
Identifier. The name of this Enrollment, in the format of scope given in request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of this Enrollment, in the format of scope given in request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationDetails
Output only. The locations where the generated reports can be uploaded.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDestinationDetails
Output only. The locations where the generated reports can be uploaded.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DestinationDetails>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|