Security Command Center API . organizations . securityHealthAnalyticsSettings . effectiveCustomModules

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

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

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)

Args:
  name: string, A parameter (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "cloudProvider": "A String",
  "customConfig": {
    "customOutput": {
      "properties": [
        {
          "name": "A String",
          "valueExpression": {
            "description": "A String",
            "expression": "A String",
            "location": "A String",
            "title": "A String",
          },
        },
      ],
    },
    "description": "A String",
    "predicate": {
      "description": "A String",
      "expression": "A String",
      "location": "A String",
      "title": "A String",
    },
    "recommendation": "A String",
    "resourceSelector": {
      "resourceTypes": [
        "A String",
      ],
    },
    "severity": "A String",
  },
  "displayName": "A String",
  "enablementState": "A String",
  "name": "A String",
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)

Args:
  parent: string, A parameter (required)
  pageSize: integer, A parameter
  pageToken: string, A parameter
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "effectiveSecurityHealthAnalyticsCustomModules": [
    {
      "cloudProvider": "A String",
      "customConfig": {
        "customOutput": {
          "properties": [
            {
              "name": "A String",
              "valueExpression": {
                "description": "A String",
                "expression": "A String",
                "location": "A String",
                "title": "A String",
              },
            },
          ],
        },
        "description": "A String",
        "predicate": {
          "description": "A String",
          "expression": "A String",
          "location": "A String",
          "title": "A String",
        },
        "recommendation": "A String",
        "resourceSelector": {
          "resourceTypes": [
            "A String",
          ],
        },
        "severity": "A String",
      },
      "displayName": "A String",
      "enablementState": "A String",
      "name": "A String",
    },
  ],
  "nextPageToken": "A String",
}
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.