Class UpdateTenancyConfigDataAttributesLogsConfig

Log collection configuration for updating an OCI tenancy, controlling which compartments and services have log collection enabled.

Hierarchy

  • UpdateTenancyConfigDataAttributesLogsConfig

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
compartmentTagFilters?: string[]

List of compartment tag filters to scope log collection to specific compartments.

enabled?: boolean

Whether log collection is enabled for the tenancy.

enabledServices?: string[]

List of OCI service names for which log collection is enabled.

Generated using TypeDoc