Security Command Center API . organizations . sources . findings . externalSystems

Instance Methods

close()

Close httplib2 connections.

patch(name, body=None, updateMask=None, x__xgafv=None)

Method Details

close()
Close httplib2 connections.
patch(name, body=None, updateMask=None, x__xgafv=None)

Args:
  name: string, A parameter (required)
  body: object, The request body.
    The object takes the form of:

{
  "assignees": [
    "A String",
  ],
  "caseCloseTime": "A String",
  "caseCreateTime": "A String",
  "casePriority": "A String",
  "caseSla": "A String",
  "caseUri": "A String",
  "externalSystemUpdateTime": "A String",
  "externalUid": "A String",
  "name": "A String",
  "status": "A String",
  "ticketInfo": {
    "assignee": "A String",
    "description": "A String",
    "id": "A String",
    "status": "A String",
    "updateTime": "A String",
    "uri": "A String",
  },
}

  updateMask: 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:

    {
  "assignees": [
    "A String",
  ],
  "caseCloseTime": "A String",
  "caseCreateTime": "A String",
  "casePriority": "A String",
  "caseSla": "A String",
  "caseUri": "A String",
  "externalSystemUpdateTime": "A String",
  "externalUid": "A String",
  "name": "A String",
  "status": "A String",
  "ticketInfo": {
    "assignee": "A String",
    "description": "A String",
    "id": "A String",
    "status": "A String",
    "updateTime": "A String",
    "uri": "A String",
  },
}