Class: Azure::ApiManagement::Mgmt::V2016_07_07::Models::AuthenticationSettingsContract
- Inherits:
-
Object
- Object
- Azure::ApiManagement::Mgmt::V2016_07_07::Models::AuthenticationSettingsContract
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-07-07/generated/azure_mgmt_api_management/models/authentication_settings_contract.rb
Overview
API Authentication Settings.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AuthenticationSettingsContract class as Ruby Hash.
Instance Attribute Details
#o_auth2 ⇒ OAuth2AuthenticationSettingsContract
16 17 18 |
# File 'lib/2016-07-07/generated/azure_mgmt_api_management/models/authentication_settings_contract.rb', line 16 def o_auth2 @o_auth2 end |
Class Method Details
.mapper ⇒ Object
Mapper for AuthenticationSettingsContract class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2016-07-07/generated/azure_mgmt_api_management/models/authentication_settings_contract.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AuthenticationSettingsContract', type: { name: 'Composite', class_name: 'AuthenticationSettingsContract', model_properties: { o_auth2: { client_side_validation: true, required: false, serialized_name: 'oAuth2', type: { name: 'Composite', class_name: 'OAuth2AuthenticationSettingsContract' } } } } } end |