Liking cljdoc? Tell your friends :D

happygapi.securitycenter.organizations

Security Command Center API: organizations. 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/organizations

Security Command Center API: organizations.
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/organizations
raw docstring

assets-group$clj

(assets-group$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/group

Required parameters: parent

Optional parameters: none

Body:

{:pageSize integer, :readTime string, :pageToken string, :filter string, :compareDuration string, :groupBy string}

Filters an organization's assets and groups them by their specified properties.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/group

Required parameters: parent

Optional parameters: none

Body: 

{:pageSize integer,
 :readTime string,
 :pageToken string,
 :filter string,
 :compareDuration string,
 :groupBy string}

Filters an organization's assets and groups them by their specified properties.
sourceraw docstring

assets-list$clj

(assets-list$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/list

Required parameters: parent

Optional parameters: readTime, pageToken, pageSize, fieldMask, filter, orderBy, compareDuration

Lists an organization's assets.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/list

Required parameters: parent

Optional parameters: readTime, pageToken, pageSize, fieldMask, filter, orderBy, compareDuration

Lists an organization's assets.
sourceraw docstring

assets-runDiscovery$clj

(assets-runDiscovery$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/runDiscovery

Required parameters: parent

Optional parameters: none

Body:

{}

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.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/runDiscovery

Required parameters: parent

Optional parameters: none

Body: 

{}

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

assets-updateSecurityMarks$clj

(assets-updateSecurityMarks$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/updateSecurityMarks

Required parameters: name

Optional parameters: startTime, updateMask

Body:

{:name string, :marks {}, :canonicalName string}

Updates security marks.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/assets/updateSecurityMarks

Required parameters: name

Optional parameters: startTime, updateMask

Body: 

{:name string, :marks {}, :canonicalName string}

Updates security marks.
sourceraw docstring

getOrganizationSettings$clj

(getOrganizationSettings$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/getOrganizationSettings

Required parameters: name

Optional parameters: none

Gets the settings for an organization.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/getOrganizationSettings

Required parameters: name

Optional parameters: none

Gets the settings for an organization.
sourceraw docstring

notificationConfigs-create$clj

(notificationConfigs-create$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/create

Required parameters: parent

Optional parameters: configId

Body:

{:pubsubTopic string, :description string, :serviceAccount string, :name string, :streamingConfig {:filter string}}

Creates a notification config.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/create

Required parameters: parent

Optional parameters: configId

Body: 

{:pubsubTopic string,
 :description string,
 :serviceAccount string,
 :name string,
 :streamingConfig {:filter string}}

Creates a notification config.
sourceraw docstring

notificationConfigs-delete$clj

(notificationConfigs-delete$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/delete

Required parameters: name

Optional parameters: none

Deletes a notification config.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/delete

Required parameters: name

Optional parameters: none

Deletes a notification config.
sourceraw docstring

notificationConfigs-get$clj

(notificationConfigs-get$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/get

Required parameters: name

Optional parameters: none

Gets a notification config.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/get

Required parameters: name

Optional parameters: none

Gets a notification config.
sourceraw docstring

notificationConfigs-list$clj

(notificationConfigs-list$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists notification configs.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists notification configs.
sourceraw docstring

notificationConfigs-patch$clj

(notificationConfigs-patch$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:pubsubTopic string, :description string, :serviceAccount string, :name string, :streamingConfig {:filter string}}

Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/notificationConfigs/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:pubsubTopic string,
 :description string,
 :serviceAccount string,
 :name string,
 :streamingConfig {:filter string}}

 Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
sourceraw docstring

operations-cancel$clj

(operations-cancel$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/cancel

Required parameters: name

Optional parameters: none

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/cancel

Required parameters: name

Optional parameters: none

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
sourceraw docstring

operations-delete$clj

(operations-delete$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
sourceraw docstring

operations-get$clj

(operations-get$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
sourceraw docstring

operations-list$clj

(operations-list$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
sourceraw docstring

sources-create$clj

(sources-create$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/create

Required parameters: parent

Optional parameters: none

Body:

{:description string, :name string, :canonicalName string, :displayName string}

Creates a source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/create

Required parameters: parent

Optional parameters: none

Body: 

{:description string,
 :name string,
 :canonicalName string,
 :displayName string}

Creates a source.
sourceraw docstring

sources-findings-create$clj

(sources-findings-create$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/create

Required parameters: parent

Optional parameters: findingId

Body:

{:category string, :parent string, :name string, :createTime string, :vulnerability {:cve Cve}, :state string, :canonicalName string, :externalUri string, :resourceName string, :securityMarks {:name string, :marks {}, :canonicalName string}, :sourceProperties {}, :indicator {:ipAddresses [string], :domains [string]}, :severity string, :eventTime string, :findingClass string}

Creates a finding. The corresponding source must exist for finding creation to succeed.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/create

Required parameters: parent

Optional parameters: findingId

Body: 

{:category string,
 :parent string,
 :name string,
 :createTime string,
 :vulnerability {:cve Cve},
 :state string,
 :canonicalName string,
 :externalUri string,
 :resourceName string,
 :securityMarks {:name string, :marks {}, :canonicalName string},
 :sourceProperties {},
 :indicator {:ipAddresses [string], :domains [string]},
 :severity string,
 :eventTime string,
 :findingClass string}

Creates a finding. The corresponding source must exist for finding creation to succeed.
sourceraw docstring

sources-findings-group$clj

(sources-findings-group$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/group

Required parameters: parent

Optional parameters: none

Body:

{:groupBy string, :compareDuration string, :pageSize integer, :pageToken string, :filter string, :readTime 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/organizations/sources/findings/group

Required parameters: parent

Optional parameters: none

Body: 

{:groupBy string,
 :compareDuration string,
 :pageSize integer,
 :pageToken string,
 :filter string,
 :readTime 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
sourceraw docstring

sources-findings-list$clj

(sources-findings-list$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/list

Required parameters: parent

Optional parameters: fieldMask, filter, pageSize, orderBy, pageToken, compareDuration, readTime

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/organizations/sources/findings/list

Required parameters: parent

Optional parameters: fieldMask, filter, pageSize, orderBy, pageToken, compareDuration, readTime

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

sources-findings-patch$clj

(sources-findings-patch$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:category string, :parent string, :name string, :createTime string, :vulnerability {:cve Cve}, :state string, :canonicalName string, :externalUri string, :resourceName string, :securityMarks {:name string, :marks {}, :canonicalName string}, :sourceProperties {}, :indicator {:ipAddresses [string], :domains [string]}, :severity string, :eventTime string, :findingClass 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/organizations/sources/findings/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:category string,
 :parent string,
 :name string,
 :createTime string,
 :vulnerability {:cve Cve},
 :state string,
 :canonicalName string,
 :externalUri string,
 :resourceName string,
 :securityMarks {:name string, :marks {}, :canonicalName string},
 :sourceProperties {},
 :indicator {:ipAddresses [string], :domains [string]},
 :severity string,
 :eventTime string,
 :findingClass string}

Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
sourceraw docstring

sources-findings-setState$clj

(sources-findings-setState$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/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/organizations/sources/findings/setState

Required parameters: name

Optional parameters: none

Body: 

{:startTime string, :state string}

Updates the state of a finding.
sourceraw docstring

sources-findings-updateSecurityMarks$clj

(sources-findings-updateSecurityMarks$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/updateSecurityMarks

Required parameters: name

Optional parameters: updateMask, startTime

Body:

{:name string, :marks {}, :canonicalName string}

Updates security marks.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/findings/updateSecurityMarks

Required parameters: name

Optional parameters: updateMask, startTime

Body: 

{:name string, :marks {}, :canonicalName string}

Updates security marks.
sourceraw docstring

sources-get$clj

(sources-get$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/get

Required parameters: name

Optional parameters: none

Gets a source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/get

Required parameters: name

Optional parameters: none

Gets a source.
sourceraw docstring

sources-getIamPolicy$clj

(sources-getIamPolicy$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy on the specified Source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy on the specified Source.
sourceraw docstring

sources-list$clj

(sources-list$ auth parameters)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/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/organizations/sources/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all sources belonging to an organization.
sourceraw docstring

sources-patch$clj

(sources-patch$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :name string, :canonicalName string, :displayName string}

Updates a source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :name string,
 :canonicalName string,
 :displayName string}

Updates a source.
sourceraw docstring

sources-setIamPolicy$clj

(sources-setIamPolicy$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:updateMask string, :policy {:etag string, :bindings [Binding], :version integer, :auditConfigs [AuditConfig]}}

Sets the access control policy on the specified Source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:updateMask string,
 :policy {:etag string,
          :bindings [Binding],
          :version integer,
          :auditConfigs [AuditConfig]}}

Sets the access control policy on the specified Source.
sourceraw docstring

sources-testIamPermissions$clj

(sources-testIamPermissions$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified source.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/sources/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified source.
sourceraw docstring

updateOrganizationSettings$clj

(updateOrganizationSettings$ auth parameters body)

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/updateOrganizationSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:assetDiscoveryConfig {:projectIds [string], :inclusionMode string, :folderIds [string]}, :enableAssetDiscovery boolean, :name string}

Updates an organization's settings.

https://cloud.google.com/security-command-centerapi/reference/rest/v1/organizations/updateOrganizationSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:assetDiscoveryConfig {:projectIds [string],
                        :inclusionMode string,
                        :folderIds [string]},
 :enableAssetDiscovery boolean,
 :name string}

Updates an organization's settings.
sourceraw docstring

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

× close