class Azure::Web::Mgmt::V2016_06_01::Models::ApiOAuthSettingsParameter
OAuth settings for the API
Attributes
options[RW]
@return Options available to this parameter
ui_definition[RW]
@return UI definitions per culture as caller can specify the culture
value[RW]
@return [String] Value of the setting
Public Class Methods
mapper()
click to toggle source
Mapper for ApiOAuthSettingsParameter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-06-01/generated/azure_mgmt_web/models/api_oauth_settings_parameter.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApiOAuthSettingsParameter', type: { name: 'Composite', class_name: 'ApiOAuthSettingsParameter', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } }, options: { client_side_validation: true, required: false, serialized_name: 'options', type: { name: 'Object' } }, ui_definition: { client_side_validation: true, required: false, serialized_name: 'uiDefinition', type: { name: 'Object' } } } } } end