UpdateAuditLoggingDestinationDetails¶
-
class
oci.key_management.models.UpdateAuditLoggingDestinationDetails(**kwargs)¶ Bases:
objectThe information required for updating management audit logging details.
Methods
__init__(**kwargs)Initializes a new UpdateAuditLoggingDestinationDetails object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this UpdateAuditLoggingDestinationDetails. compartment_id[Required] Gets the compartment_id of this UpdateAuditLoggingDestinationDetails. namespace[Required] Gets the namespace of this UpdateAuditLoggingDestinationDetails. -
__init__(**kwargs)¶ Initializes a new UpdateAuditLoggingDestinationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this UpdateAuditLoggingDestinationDetails.
- namespace (str) – The value to assign to the namespace property of this UpdateAuditLoggingDestinationDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this UpdateAuditLoggingDestinationDetails.
-
bucket_name¶ [Required] Gets the bucket_name of this UpdateAuditLoggingDestinationDetails. The bucket name to which audit logs will be stored.
Returns: The bucket_name of this UpdateAuditLoggingDestinationDetails. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this UpdateAuditLoggingDestinationDetails. The compartmentId [OCID] under namespace to which audit logs will be stored.
Returns: The compartment_id of this UpdateAuditLoggingDestinationDetails. Return type: str
-
namespace¶ [Required] Gets the namespace of this UpdateAuditLoggingDestinationDetails. The namespace under bucket to which audit logs will be stored.
Returns: The namespace of this UpdateAuditLoggingDestinationDetails. Return type: str
-