Method: Akeyless::AuthMethodUpdateEmail.openapi_types

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

.openapi_typesObject

Attribute type mapping.



99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# File 'lib/akeyless/models/auth_method_update_email.rb', line 99

def self.openapi_types
  {
    :'access_expires' => :'Integer',
    :'audit_logs_claims' => :'Array<String>',
    :'bound_ips' => :'Array<String>',
    :'delete_protection' => :'String',
    :'description' => :'String',
    :'enable_mfa' => :'String',
    :'expiration_event_in' => :'Array<String>',
    :'force_sub_claims' => :'Boolean',
    :'gw_bound_ips' => :'Array<String>',
    :'json' => :'Boolean',
    :'jwt_ttl' => :'Integer',
    :'mfa_type' => :'String',
    :'name' => :'String',
    :'new_name' => :'String',
    :'product_type' => :'Array<String>',
    :'token' => :'String',
    :'uid_token' => :'String'
  }
end