Method: Akeyless::UpdateRole.attribute_map

Defined in:
lib/akeyless/models/update_role.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/akeyless/models/update_role.rb', line 61

def self.attribute_map
  {
    :'analytics_access' => :'analytics-access',
    :'audit_access' => :'audit-access',
    :'description' => :'description',
    :'event_center_access' => :'event-center-access',
    :'event_forwarder_access' => :'event-forwarder-access',
    :'gw_analytics_access' => :'gw-analytics-access',
    :'json' => :'json',
    :'name' => :'name',
    :'new_comment' => :'new-comment',
    :'new_name' => :'new-name',
    :'sra_reports_access' => :'sra-reports-access',
    :'token' => :'token',
    :'uid_token' => :'uid-token',
    :'usage_reports_access' => :'usage-reports-access'
  }
end