/** * Permit.io API * Authorization as a service * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface AuditLog */ export interface AuditLog { /** * * @type {string} * @memberof AuditLog */ id: string; /** * * @type {any} * @memberof AuditLog */ input?: any; /** * * @type {any} * @memberof AuditLog */ result?: any; /** * * @type {any} * @memberof AuditLog */ context?: any; /** * * @type {string} * @memberof AuditLog */ action?: string; /** * * @type {string} * @memberof AuditLog */ timestamp: string; /** * * @type {string} * @memberof AuditLog */ query?: string; /** * * @type {string} * @memberof AuditLog */ user_key?: string; /** * * @type {string} * @memberof AuditLog */ user_email?: string; /** * * @type {string} * @memberof AuditLog */ user_name?: string; /** * * @type {string} * @memberof AuditLog */ resource_type?: string; /** * * @type {string} * @memberof AuditLog */ tenant?: string; /** * * @type {boolean} * @memberof AuditLog */ decision?: boolean; /** * * @type {string} * @memberof AuditLog */ reason?: string; /** * * @type {string} * @memberof AuditLog */ pdp_config_id: string; /** * * @type {string} * @memberof AuditLog */ env_id: string; /** * * @type {string} * @memberof AuditLog */ project_id: string; /** * * @type {string} * @memberof AuditLog */ org_id: string; }