Sha256: d16af4dfec38b65d3763d7e1ddbbf20c6de64388f1cd331d363cc0e28be78e0a
Contents?: true
Size: 1.76 KB
Versions: 4
Compression:
Stored size: 1.76 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Single sign on request information for domain management # class DomainControlCenterSsoRequest include MsRestAzure # @return [String] Url where the single sign on request is to be made attr_accessor :url # @return [String] Post parameter key attr_accessor :post_parameter_key # @return [String] Post parameter value. Client should use # 'application/x-www-form-urlencoded' encoding for this value. attr_accessor :post_parameter_value # # Mapper for DomainControlCenterSsoRequest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'DomainControlCenterSsoRequest', type: { name: 'Composite', class_name: 'DomainControlCenterSsoRequest', model_properties: { url: { required: false, serialized_name: 'url', type: { name: 'String' } }, post_parameter_key: { required: false, serialized_name: 'postParameterKey', type: { name: 'String' } }, post_parameter_value: { required: false, serialized_name: 'postParameterValue', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems