AuditLogging¶
-
class
oci.key_management.models.AuditLogging(**kwargs)¶ Bases:
objectThe response on initiating management audit logging.
Methods
__init__(**kwargs)Initializes a new AuditLogging object with values from keyword arguments. Attributes
hsm_cluster_id[Required] Gets the hsm_cluster_id of this AuditLogging. work_request_id[Required] Gets the work_request_id of this AuditLogging. -
__init__(**kwargs)¶ Initializes a new AuditLogging object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - work_request_id (str) – The value to assign to the work_request_id property of this AuditLogging.
- hsm_cluster_id (str) – The value to assign to the hsm_cluster_id property of this AuditLogging.
-
hsm_cluster_id¶ [Required] Gets the hsm_cluster_id of this AuditLogging. The Hsm Cluster Id
Returns: The hsm_cluster_id of this AuditLogging. Return type: str
-
work_request_id¶ [Required] Gets the work_request_id of this AuditLogging. The workRequestId to track the request later.
Returns: The work_request_id of this AuditLogging. Return type: str
-