Method: OpenapiClient::DetailedAuditLog.attribute_map
- Defined in:
- lib/openapi_client/models/detailed_audit_log.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/openapi_client/models/detailed_audit_log.rb', line 59 def self.attribute_map { :'id' => :'id', :'raw_data' => :'raw_data', :'input' => :'input', :'result' => :'result', :'context' => :'context', :'action' => :'action', :'timestamp' => :'timestamp', :'query' => :'query', :'user_key' => :'user_key', :'user_email' => :'user_email', :'user_name' => :'user_name', :'resource_type' => :'resource_type', :'tenant' => :'tenant', :'decision' => :'decision', :'reason' => :'reason', :'pdp_config_id' => :'pdp_config_id', :'env_id' => :'env_id', :'project_id' => :'project_id', :'org_id' => :'org_id', :'objects' => :'objects' } end |