Method: TalonOne::BaseSamlConnection.attribute_map
- Defined in:
- lib/talon_one/models/base_saml_connection.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/talon_one/models/base_saml_connection.rb', line 42 def self.attribute_map { :'account_id' => :'accountId', :'name' => :'name', :'enabled' => :'enabled', :'issuer' => :'issuer', :'sign_on_url' => :'signOnURL', :'sign_out_url' => :'signOutURL', :'metadata_url' => :'metadataURL', :'audience_uri' => :'audienceURI' } end |