The data object for updating an existing OCI tenancy integration configuration, including the tenancy ID, type, and updated attributes.

Hierarchy

  • UpdateTenancyConfigData

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

Attributes for updating an existing OCI tenancy integration configuration, including optional credentials, region settings, and collection options.

id: string

The OCID of the OCI tenancy to update.

OCI tenancy resource type.

Generated using TypeDoc