pub async fn retrieve_audit_log_with_id(
configuration: &Configuration,
audit_log_id: &str,
) -> Result<AuditLogResponse, Error<RetrieveAuditLogWithIdError>>
Expand description
Retrieves a single audit log for the given Id.
pub async fn retrieve_audit_log_with_id(
configuration: &Configuration,
audit_log_id: &str,
) -> Result<AuditLogResponse, Error<RetrieveAuditLogWithIdError>>
Retrieves a single audit log for the given Id.