Method: Akeyless::AuthMethodUpdateUniversalIdentity.openapi_types
- Defined in:
- lib/akeyless/models/auth_method_update_universal_identity.rb
.openapi_types ⇒ Object
Attribute type mapping.
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/akeyless/models/auth_method_update_universal_identity.rb', line 107 def self.openapi_types { :'access_expires' => :'Integer', :'allowed_client_type' => :'Array<String>', :'audit_logs_claims' => :'Array<String>', :'bound_ips' => :'Array<String>', :'delete_protection' => :'String', :'deny_inheritance' => :'Boolean', :'deny_rotate' => :'Boolean', :'description' => :'String', :'expiration_event_in' => :'Array<String>', :'force_sub_claims' => :'Boolean', :'gw_bound_ips' => :'Array<String>', :'json' => :'Boolean', :'jwt_ttl' => :'Integer', :'name' => :'String', :'new_name' => :'String', :'product_type' => :'Array<String>', :'token' => :'String', :'ttl' => :'Integer', :'uid_token' => :'String' } end |