Method: TurnkeyClient::Authenticator.attribute_map

Defined in:
lib/turnkey_client/models/authenticator.rb

.attribute_mapObject

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



43
44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/turnkey_client/models/authenticator.rb', line 43

def self.attribute_map
  {
    :'transports' => :'transports',
    :'attestation_type' => :'attestationType',
    :'aaguid' => :'aaguid',
    :'credential_id' => :'credentialId',
    :'model' => :'model',
    :'credential' => :'credential',
    :'authenticator_id' => :'authenticatorId',
    :'authenticator_name' => :'authenticatorName',
    :'created_at' => :'createdAt',
    :'updated_at' => :'updatedAt'
  }
end