Method: Akeyless::UpdateRole.openapi_types

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

.openapi_typesObject

Attribute type mapping.



86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# File 'lib/akeyless/models/update_role.rb', line 86

def self.openapi_types
  {
    :'analytics_access' => :'String',
    :'audit_access' => :'String',
    :'description' => :'String',
    :'event_center_access' => :'String',
    :'event_forwarder_access' => :'String',
    :'gw_analytics_access' => :'String',
    :'json' => :'Boolean',
    :'name' => :'String',
    :'new_comment' => :'String',
    :'new_name' => :'String',
    :'sra_reports_access' => :'String',
    :'token' => :'String',
    :'uid_token' => :'String',
    :'usage_reports_access' => :'String'
  }
end