Assured Workloads API . projects . locations . dbFindingSummaries

Instance Methods

close()

Close httplib2 connections.

list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists the finding summary by category for a given scope.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists the finding summary by category for a given scope.

Args:
  parent: string, Required. The parent scope for the framework overview page. Formats: - projects/{project}/locations/{location} - folders/{folder}/locations/{location} - organizations/{organization}/locations/{location} (required)
  filter: string, Optional. The filtering results.
  pageSize: integer, Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
  pageToken: string, Optional. A token that identifies the page of results that the server should return.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response message for ListDbFindingSummaries.
  "dbFindingSummaries": [ # List of finding summary by category.
    { # The details for a finding.
      "findingCategory": "A String", # Output only. The category of the finding.
      "findingClass": "A String", # Output only. The class of the finding.
      "findingCount": "A String", # Output only. The count of the finding.
      "name": "A String", # Identifier. The name of the finding summary.
      "relatedFrameworks": [ # Optional. The list of compliance frameworks that the finding belongs to.
        "A String",
      ],
      "severity": "A String", # Output only. The severity of the finding.
      "updateTime": "A String", # Output only. The last updated time of the finding.
    },
  ],
  "nextPageToken": "A String", # Output only. The token to retrieve the next page of results.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.