AuditLoggingConfig

class oci.key_management.models.AuditLoggingConfig(**kwargs)

Bases: object

Configuration for management audit logging for the cluster.

Methods

__init__(**kwargs) Initializes a new AuditLoggingConfig object with values from keyword arguments.

Attributes

bucket_name Gets the bucket_name of this AuditLoggingConfig.
compartment_id Gets the compartment_id of this AuditLoggingConfig.
is_enabled Gets the is_enabled of this AuditLoggingConfig.
namespace Gets the namespace of this AuditLoggingConfig.
__init__(**kwargs)

Initializes a new AuditLoggingConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_enabled (bool) – The value to assign to the is_enabled property of this AuditLoggingConfig.
  • bucket_name (str) – The value to assign to the bucket_name property of this AuditLoggingConfig.
  • namespace (str) – The value to assign to the namespace property of this AuditLoggingConfig.
  • compartment_id (str) – The value to assign to the compartment_id property of this AuditLoggingConfig.
bucket_name

Gets the bucket_name of this AuditLoggingConfig. Name of the object store bucket for audit logs.

Returns:The bucket_name of this AuditLoggingConfig.
Return type:str
compartment_id

Gets the compartment_id of this AuditLoggingConfig. OCID of the compartment for the bucket.

Returns:The compartment_id of this AuditLoggingConfig.
Return type:str
is_enabled

Gets the is_enabled of this AuditLoggingConfig. Indicates if management audit logging is enabled.

Returns:The is_enabled of this AuditLoggingConfig.
Return type:bool
namespace

Gets the namespace of this AuditLoggingConfig. Object storage namespace for the bucket.

Returns:The namespace of this AuditLoggingConfig.
Return type:str