Skip to main content

SecOpsAssociateStreamsInBody

auth object
bearer_tokenstring
google_secops_credentials object
credential_typestring
credentialsstring
credentials_filestring
use_local_gcloudboolean
integration_idstring
streams object[]nullablerequired
  • Array [
  • collectorIdstring
    feedstring
    feedNamestring
    ingestionMethodsstring[]nullable
    logTypestring
  • ]
  • target object
    customer_idstring
    instancestringrequired
    locationstring
    projectstringrequired
    regionstring
    SecOpsAssociateStreamsInBody
    {
    "auth": {
    "bearer_token": "string",
    "google_secops_credentials": {
    "credential_type": "string",
    "credentials": "string",
    "credentials_file": "string"
    },
    "use_local_gcloud": true
    },
    "integration_id": "string",
    "streams": [
    {
    "collectorId": "string",
    "feed": "string",
    "feedName": "string",
    "ingestionMethods": [
    "string"
    ],
    "logType": "string"
    }
    ],
    "target": {
    "customer_id": "string",
    "instance": "string",
    "location": "string",
    "project": "string",
    "region": "string"
    }
    }