class documentation

class AuditEventExportServiceServicer(object): (source)

View In Hierarchy

Service for managing audit event exports.

Method Cancel Stop active audit events export to s3 bucket, all data written before calling this API remains in the bucket.
Method Get Returns the audit event export with the current progress status and the parameters with which it was created.
Method List Returns a list of exports created for a specific parent_id.
Method Start Start audit events export to s3 bucket for specific period.
def Cancel(self, request, context): (source)

Stop active audit events export to s3 bucket, all data written before calling this API remains in the bucket.

def Get(self, request, context): (source)

Returns the audit event export with the current progress status and the parameters with which it was created.

def List(self, request, context): (source)

Returns a list of exports created for a specific parent_id.

def Start(self, request, context): (source)

Start audit events export to s3 bucket for specific period.