Audit Export GraphQL Reference Guide
Public preview: This feature is public preview and available to all accounts.
Use these audit export configuration commands to manage exporting your audit logs to S3 and ADLS Gen2. To configure an audit export see the Export to S3 or Export to ADLS guides.
Disable a configuration
To disable a configuration, use the disableExportConfiguration
mutation:
Enable a configuration
To enable a disabled configuration, use the enableExportConfiguration
mutation:
Delete a configuration
To delete a configuration, use the deleteExportConfiguration
mutation:
Last updated