Class UpsertCloudInventorySyncConfigRequestAttributes

Settings for the cloud provider specified in data.id. Include only the matching provider object (aws, gcp, or azure).

Hierarchy

  • UpsertCloudInventorySyncConfigRequestAttributes

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

AWS settings for the S3 bucket Storage Management reads inventory reports from.

Azure settings for the storage account and container with inventory data.

GCP settings for buckets involved in inventory reporting.

Generated using TypeDoc