Manage Audit Export
immuta audit exportConfig {command} <arguments> [flags]
immuta audit exportConfig {command} <arguments> [flags]Commands
Command
Argument
Flags
Audit Export Configuration Example
$ immuta audit exportConfig get f7f9e289-f37b-4942-a18d-66d6de6e7cb2
$
{
"id": "f7f9e289-f37b-4942-a18d-66d6de6e7cb2",
"interval": "EVERY_12_HOURS",
"enabled": true,
"endpointConfiguration": {
"__typename": "S3EndpointConfiguration",
"bucket": "your-s3-bucket",
"path": "hr-data",
"region": "us-east-1",
"accessKeyId": "accessKey"
},
"createdAt": "2022-10-23T23:03:11.466Z",
"createdBy": {
"name": "John Doe",
"identityProvider": "okta",
"id": "[email protected]",
"type": "USER"
},
"updatedAt": "2022-10-23T23:03:11.466Z",
"updatedBy": {
"name": "John Doe",
"identityProvider": "okta",
"id": "[email protected]",
"type": "USER"
}
}Last updated
Was this helpful?

