Google Cloud Security Command Center website screenshot

Google Cloud Security Command Center

Google Cloud Security Command Center (SCC) is a security and risk management platform for Google Cloud that helps organizations identify misconfigurations, vulnerabilities, and threats across their cloud assets. It provides centralized visibility into cloud resources, security findings, and compliance status, enabling security teams to detect, investigate, and respond to threats.

1 APIs 0 Features
Cloud SecurityComplianceRisk ManagementSecurityThreat DetectionVulnerability Management

APIs

Security Command Center API

The Security Command Center API provides programmatic access to security findings, assets, and sources within Google Cloud. Developers can use the API to list and manage securit...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Google Cloud Security Command Center Context

0 classes · 4 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Security Command Center API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Sources
    type: folder
  items:
  - info:
      name: Google Cloud Security Command Center List sources
      type: http
    http:
      method: GET
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/sources
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: pageSize
        value: ''
        type: query
        description: The maximum number of results to return
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination
    docs: Lists all sources belonging to an organization.
  - info:
      name: Google Cloud Security Command Center Create a source
      type: http
    http:
      method: POST
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/sources
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      body:
        type: json
        data: '{}'
    docs: Creates a source within an organization.
- info:
    name: Findings
    type: folder
  items:
  - info:
      name: Google Cloud Security Command Center List findings
      type: http
    http:
      method: GET
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/sources/:sourceId/findings
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: sourceId
        value: ''
        type: path
        description: The source ID
      - name: pageSize
        value: ''
        type: query
        description: The maximum number of results to return
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination
      - name: filter
        value: ''
        type: query
        description: Expression that defines the filter to apply across findings
      - name: orderBy
        value: ''
        type: query
        description: Expression that defines what fields and order to use for sorting
    docs: Lists an organization or source's findings. To list across all sources use a sourceId of -.
  - info:
      name: Google Cloud Security Command Center Create a finding
      type: http
    http:
      method: POST
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/sources/:sourceId/findings
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: sourceId
        value: ''
        type: path
        description: The source ID
      - name: findingId
        value: ''
        type: query
        description: Unique identifier for the finding
      body:
        type: json
        data: '{}'
    docs: Creates a finding within a source.
- info:
    name: Assets
    type: folder
  items:
  - info:
      name: Google Cloud Security Command Center List assets
      type: http
    http:
      method: GET
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/assets
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: pageSize
        value: ''
        type: query
        description: The maximum number of results to return
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination
      - name: filter
        value: ''
        type: query
        description: Expression that defines the filter to apply across assets
    docs: Lists an organization's assets.
- info:
    name: NotificationConfigs
    type: folder
  items:
  - info:
      name: Google Cloud Security Command Center List notification configs
      type: http
    http:
      method: GET
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/notificationConfigs
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: pageSize
        value: ''
        type: query
        description: The maximum number of results to return
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination
    docs: Lists notification configs for an organization.
  - info:
      name: Google Cloud Security Command Center Create a notification config
      type: http
    http:
      method: POST
      url: https://securitycenter.googleapis.com/v1/organizations/:organizationId/notificationConfigs
      params:
      - name: organizationId
        value: ''
        type: path
        description: The organization ID
      - name: configId
        value: ''
        type: query
        description: Unique identifier for the notification config
      body:
        type: json
        data: '{}'
    docs: Creates a notification config for an organization.
bundled: true