Method: Akeyless::SetRoleRule.attribute_map
- Defined in:
- lib/akeyless/models/set_role_rule.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/akeyless/models/set_role_rule.rb', line 43 def self.attribute_map { :'capability' => :'capability', :'json' => :'json', :'path' => :'path', :'role_name' => :'role-name', :'rule_type' => :'rule-type', :'token' => :'token', :'ttl' => :'ttl', :'uid_token' => :'uid-token' } end |