Liking cljdoc? Tell your friends :D

happygapi.securitycenter.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

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
raw docstring

assets-group$clj

(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.
raw docstring

assets-list$clj

(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.
raw docstring

assets-updateSecurityMarks$clj

(assets-updateSecurityMarks$ auth parameters body)

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.

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.
raw docstring

sources-findings-group$clj

(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
raw docstring

sources-findings-list$clj

(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
raw docstring

sources-findings-patch$clj

(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.
raw docstring

sources-findings-setState$clj

(sources-findings-setState$ auth parameters body)

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.

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.
raw docstring

sources-findings-updateSecurityMarks$clj

(sources-findings-updateSecurityMarks$ auth parameters body)

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.

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.
raw docstring

sources-list$clj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close