Method: OpenapiClient::AuditLog.openapi_types
- Defined in:
- lib/openapi_client/models/audit_log.rb
.openapi_types ⇒ Object
Attribute type mapping.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/openapi_client/models/audit_log.rb', line 84 def self.openapi_types { :'id' => :'String', :'input' => :'Object', :'result' => :'Object', :'context' => :'Object', :'action' => :'String', :'timestamp' => :'Time', :'query' => :'String', :'user_key' => :'String', :'user_email' => :'String', :'user_name' => :'String', :'resource_type' => :'String', :'tenant' => :'String', :'decision' => :'Boolean', :'reason' => :'String', :'pdp_config_id' => :'String', :'env_id' => :'String', :'project_id' => :'String', :'org_id' => :'String' } end |