Security Command Center API . organizations

Instance Methods

assets()

Returns the assets Resource.

attackPaths()

Returns the attackPaths Resource.

bigQueryExports()

Returns the bigQueryExports Resource.

eventThreatDetectionSettings()

Returns the eventThreatDetectionSettings Resource.

findings()

Returns the findings Resource.

locations()

Returns the locations Resource.

muteConfigs()

Returns the muteConfigs Resource.

notificationConfigs()

Returns the notificationConfigs Resource.

operations()

Returns the operations Resource.

resourceValueConfigs()

Returns the resourceValueConfigs Resource.

securityHealthAnalyticsSettings()

Returns the securityHealthAnalyticsSettings Resource.

simulations()

Returns the simulations Resource.

sources()

Returns the sources Resource.

valuedResources()

Returns the valuedResources Resource.

close()

Close httplib2 connections.

getOrganizationSettings(name, x__xgafv=None)

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

Method Details

close()
Close httplib2 connections.
getOrganizationSettings(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:

    {
  "assetDiscoveryConfig": {
    "folderIds": [
      "A String",
    ],
    "inclusionMode": "A String",
    "projectIds": [
      "A String",
    ],
  },
  "enableAssetDiscovery": True or False,
  "name": "A String",
}
updateOrganizationSettings(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:

{
  "assetDiscoveryConfig": {
    "folderIds": [
      "A String",
    ],
    "inclusionMode": "A String",
    "projectIds": [
      "A String",
    ],
  },
  "enableAssetDiscovery": True or False,
  "name": "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:

    {
  "assetDiscoveryConfig": {
    "folderIds": [
      "A String",
    ],
    "inclusionMode": "A String",
    "projectIds": [
      "A String",
    ],
  },
  "enableAssetDiscovery": True or False,
  "name": "A String",
}