OrganizationsAssets
class OrganizationsAssets extends Resource (View source)
The "assets" collection of methods.
Typical usage is:
$securitycenterService = new Google\Service\SecurityCommandCenter(...);
$assets = $securitycenterService->organizations_assets;
Methods
Filters an organization's assets and groups them by their specified properties. (assets.group)
Lists an organization's assets. (assets.listOrganizationsAssets)
Runs asset discovery. The discovery is tracked with a long-running operation.
Updates security marks. (assets.updateSecurityMarks)
Details
GroupAssetsResponse
group(string $parent, GroupAssetsRequest $postBody, array $optParams = [])
Filters an organization's assets and groups them by their specified properties. (assets.group)
ListAssetsResponse
listOrganizationsAssets(string $parent, array $optParams = [])
Lists an organization's assets. (assets.listOrganizationsAssets)
Operation
runDiscovery(string $parent, RunAssetDiscoveryRequest $postBody, array $optParams = [])
Runs asset discovery. The discovery is tracked with a long-running operation.
This API can only be called with limited frequency for an organization. If it is called too frequently the caller will receive a TOO_MANY_REQUESTS error. (assets.runDiscovery)
SecurityMarks
updateSecurityMarks(string $name, SecurityMarks $postBody, array $optParams = [])
Updates security marks. (assets.updateSecurityMarks)