Audit Manager API . folders . locations . standards . controls

Instance Methods

close()

Close httplib2 connections.

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

Lists the controls that you must implement to become compliant to a regulatory standard.

list_next(previous_request, previous_response)

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the controls that you must implement to become compliant to a regulatory standard.

Args:
  parent: string, Required. Standard to list controls for, in one of the following formats: * `projects/{project}/locations/{location}/standards/{standard}` * `folders/{folder}/locations/{location}/standards/{standard}` * `organizations/{organization}/locations/{location}/standards/{standard}` (required)
  pageSize: integer, Optional. Maximum number of items to return in a single page. The service might return fewer items than this value. If unspecified, the service picks an appropriate default. The maximum value is 100; values above 100 are reduced to 100.
  pageToken: string, Optional. A page token, received from a previous call, to retrieve the next page of results.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for ListControls.
  "controls": [ # Output only. Controls for a given regulatory standard.
    { # A control.
      "controlFamily": { # Regulatory family of the control. # Output only. Regulatory family of the control.
        "displayName": "A String", # Display name of the regulatory control family.
        "familyId": "A String", # ID of the regulatory control family. To find the list of supported control families, use the ListControls method and review the `control_family` field in the response.
      },
      "customerResponsibilityDescription": "A String", # Output only. A description of your responsibility for this control.
      "customerResponsibilityImplementation": "A String", # Output only. A description of how you can implement your responsibility for this control.
      "description": "A String", # Output only. Description of the control.
      "displayName": "A String", # Output only. Display name of the control.
      "family": "A String", # Output only. Category that the control belongs to.
      "googleResponsibilityDescription": "A String", # Output only. A description of Google's responsibility for this control.
      "googleResponsibilityImplementation": "A String", # Output only. A description of how Google implements its responsibility for this control.
      "id": "A String", # Output only. Control identifier that's used to fetch the findings. The identifier is the same as the control report name.
      "responsibilityType": "A String", # Output only. Who is responsible for implementing this control. Set to one of the following values: `GOOGLE`, `CUSTOMER`, or `SHARED`.
    },
  ],
  "nextPageToken": "A String", # Output only. A token that you can send as the `page_token` in a subsequent request to retrieve the next page of results. If this field is empty, there are no subsequent pages.
}
list_next(previous_request, previous_response)
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.