Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class RunAssetDiscoveryRequest.
Request message for running asset discovery for an organization.
Generated from protobuf message google.cloud.securitycenter.v1p1beta1.RunAssetDiscoveryRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1p1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]". |
getParent
Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]".
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|