Security Command Center API: folders. Security Command Center API provides access to temporal views of assets and findings within an organization. See: https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders
Security Command Center API: folders. Security Command Center API provides access to temporal views of assets and findings within an organization. See: https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders
(assets-group$ auth parameters body)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/assets/group
Required parameters: parent
Optional parameters: none
Body:
{:readTime string, :filter string, :pageToken string, :groupBy string, :compareDuration string, :pageSize integer}
Filters an organization's assets and groups them by their specified properties.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/assets/group
Required parameters: parent
Optional parameters: none
Body:
{:readTime string,
:filter string,
:pageToken string,
:groupBy string,
:compareDuration string,
:pageSize integer}
Filters an organization's assets and groups them by their specified properties.(assets-list$ auth parameters)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/assets/list
Required parameters: parent
Optional parameters: pageToken, fieldMask, compareDuration, pageSize, filter, readTime, orderBy
Lists an organization's assets.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/assets/list Required parameters: parent Optional parameters: pageToken, fieldMask, compareDuration, pageSize, filter, readTime, orderBy Lists an organization's assets.
(assets-updateSecurityMarks$ auth parameters body)Required parameters: name
Optional parameters: startTime, updateMask
Body:
{:marks {}, :name string, :canonicalName string}
Updates security marks.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/assets/updateSecurityMarks
Required parameters: name
Optional parameters: startTime, updateMask
Body:
{:marks {}, :name string, :canonicalName string}
Updates security marks.(sources-findings-group$ auth parameters body)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/group
Required parameters: parent
Optional parameters: none
Body:
{:pageSize integer, :groupBy string, :pageToken string, :filter string, :readTime string, :compareDuration string}
Filters an organization or source's findings and groups them by their specified properties. To group across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/group
Required parameters: parent
Optional parameters: none
Body:
{:pageSize integer,
:groupBy string,
:pageToken string,
:filter string,
:readTime string,
:compareDuration string}
Filters an organization or source's findings and groups them by their specified properties. To group across all sources provide a `-` as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings(sources-findings-list$ auth parameters)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/list
Required parameters: parent
Optional parameters: compareDuration, fieldMask, filter, orderBy, pageSize, readTime, pageToken
Lists an organization or source's findings. To list across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/list
Required parameters: parent
Optional parameters: compareDuration, fieldMask, filter, orderBy, pageSize, readTime, pageToken
Lists an organization or source's findings. To list across all sources provide a `-` as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings(sources-findings-patch$ auth parameters body)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:category string, :parent string, :name string, :createTime string, :state string, :canonicalName string, :externalUri string, :resourceName string, :securityMarks {:marks {}, :name string, :canonicalName string}, :sourceProperties {}, :severity string, :eventTime string}
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:category string,
:parent string,
:name string,
:createTime string,
:state string,
:canonicalName string,
:externalUri string,
:resourceName string,
:securityMarks {:marks {}, :name string, :canonicalName string},
:sourceProperties {},
:severity string,
:eventTime string}
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.(sources-findings-setState$ auth parameters body)Required parameters: name
Optional parameters: none
Body:
{:startTime string, :state string}
Updates the state of a finding.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/setState
Required parameters: name
Optional parameters: none
Body:
{:startTime string, :state string}
Updates the state of a finding.(sources-findings-updateSecurityMarks$ auth parameters body)Required parameters: name
Optional parameters: startTime, updateMask
Body:
{:marks {}, :name string, :canonicalName string}
Updates security marks.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/findings/updateSecurityMarks
Required parameters: name
Optional parameters: startTime, updateMask
Body:
{:marks {}, :name string, :canonicalName string}
Updates security marks.(sources-list$ auth parameters)https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/list
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists all sources belonging to an organization.
https://cloud.google.com/security-command-centerapi/reference/rest/v1/folders/sources/list Required parameters: parent Optional parameters: pageSize, pageToken Lists all sources belonging to an organization.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |