ProjectsAssets
class ProjectsAssets extends Resource (View source)
The "assets" collection of methods.
Typical usage is:
$securitycenterService = new Google\Service\SecurityCommandCenter(...);
$assets = $securitycenterService->projects_assets;
Methods
group(string $parent, GroupAssetsRequest $postBody, array $optParams = [])
Filters an organization's assets and groups them by their specified properties. (assets.group)
listProjectsAssets(string $parent, array $optParams = [])
Lists an organization's assets. (assets.listProjectsAssets)
updateSecurityMarks(string $name, SecurityMarks $postBody, array $optParams = [])
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
listProjectsAssets(string $parent, array $optParams = [])
Lists an organization's assets. (assets.listProjectsAssets)
SecurityMarks
updateSecurityMarks(string $name, SecurityMarks $postBody, array $optParams = [])
Updates security marks. (assets.updateSecurityMarks)