InitiateAuditLoggingDetails¶
-
class
oci.key_management.models.InitiateAuditLoggingDetails(**kwargs)¶ Bases:
objectThe information required for updating management audit logging details.
Methods
__init__(**kwargs)Initializes a new InitiateAuditLoggingDetails object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this InitiateAuditLoggingDetails. compartment_id[Required] Gets the compartment_id of this InitiateAuditLoggingDetails. namespace[Required] Gets the namespace of this InitiateAuditLoggingDetails. -
__init__(**kwargs)¶ Initializes a new InitiateAuditLoggingDetails 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 InitiateAuditLoggingDetails.
- namespace (str) – The value to assign to the namespace property of this InitiateAuditLoggingDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this InitiateAuditLoggingDetails.
-
bucket_name¶ [Required] Gets the bucket_name of this InitiateAuditLoggingDetails. The bucket name to which audit logs will be stored.
Returns: The bucket_name of this InitiateAuditLoggingDetails. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this InitiateAuditLoggingDetails. The compartmentId [OCID] under namespace to which audit logs will be stored.
Returns: The compartment_id of this InitiateAuditLoggingDetails. Return type: str
-
namespace¶ [Required] Gets the namespace of this InitiateAuditLoggingDetails. The namespace under bucket to which audit logs will be stored.
Returns: The namespace of this InitiateAuditLoggingDetails. Return type: str
-