Class UpsertCloudInventorySyncConfigRequestData

Storage Management configuration data for the create or update request.

Hierarchy

  • UpsertCloudInventorySyncConfigRequestData

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

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

Cloud provider for this sync configuration (aws, gcp, or azure). For requests, must match the provider block supplied under attributes.

Always cloud_provider.

Generated using TypeDoc