Class CloudInventorySyncConfigGCPRequestAttributes

GCP settings for buckets involved in inventory reporting.

Hierarchy

  • CloudInventorySyncConfigGCPRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
destinationBucketName: string

GCS bucket name where Datadog reads inventory reports.

projectId: string

GCP project ID for the inventory destination bucket.

serviceAccountEmail: string

Service account email used to read the destination bucket.

sourceBucketName: string

GCS bucket name that inventory reports are generated for.

Generated using TypeDoc