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:

{: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/organizations/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/organizations/assets/list

Required parameters: parent

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

Lists an organization's assets.

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

Required parameters: parent

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

Lists an organization's assets.
raw 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.
raw 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:

{:marks {}, :name string, :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: 

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

Updates security marks.
raw 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.
raw 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, :streamingConfig {:filter string}, :name 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,
 :streamingConfig {:filter string},
 :name string}

Creates a notification config.
raw 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.
raw 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.
raw 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.
raw 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, :streamingConfig {:filter string}, :name 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,
 :streamingConfig {:filter string},
 :name string}

 Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
raw 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`.
raw 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`.
raw 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.
raw 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.
raw 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:

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

Creates a source.

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

Required parameters: parent

Optional parameters: none

Body: 

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

Creates a source.
raw 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, :state string, :canonicalName string, :externalUri string, :resourceName string, :securityMarks {:marks {}, :name string, :canonicalName string}, :sourceProperties {}, :severity string, :eventTime 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,
 :state string,
 :canonicalName string,
 :externalUri string,
 :resourceName string,
 :securityMarks {:marks {}, :name string, :canonicalName string},
 :sourceProperties {},
 :severity string,
 :eventTime string}

Creates a finding. The corresponding source must exist for finding creation to succeed.
raw 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:

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

Required parameters: parent

Optional parameters: orderBy, readTime, filter, compareDuration, pageSize, fieldMask, 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/organizations/sources/findings/list

Required parameters: parent

Optional parameters: orderBy, readTime, filter, compareDuration, pageSize, fieldMask, 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/organizations/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/organizations/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/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.
raw 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: startTime, updateMask

Body:

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

Updates security marks.

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

Required parameters: name

Optional parameters: startTime, updateMask

Body: 

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

Updates security marks.
raw 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.
raw 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.
raw 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: pageToken, pageSize

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: pageToken, pageSize

Lists all sources belonging to an organization.
raw 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:

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

Updates a source.

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

Required parameters: name

Optional parameters: updateMask

Body: 

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

Updates a source.
raw 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:

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

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: 

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

Sets the access control policy on the specified Source.
raw 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.
raw 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:

{:name string, :enableAssetDiscovery boolean, :assetDiscoveryConfig {:inclusionMode string, :projectIds [string], :folderIds [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: 

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

Updates an organization's settings.
raw docstring

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

× close