Sha256: c4d5e6a127bbb031c0b0f8547161d2acc57add537437a95d66706ffe13bb018a
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::CDN::Mgmt::V2016_10_02 module Models # # SSO URI required to login to the supplemental portal. # class SsoUri include MsRestAzure # @return [String] The URI used to login to the supplemental portal. attr_accessor :sso_uri_value # # Mapper for SsoUri class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'SsoUri', type: { name: 'Composite', class_name: 'SsoUri', model_properties: { sso_uri_value: { required: false, serialized_name: 'ssoUriValue', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_cdn-0.15.1 | lib/2016-10-02/generated/azure_mgmt_cdn/models/sso_uri.rb |
azure_mgmt_cdn-0.15.0 | lib/2016-10-02/generated/azure_mgmt_cdn/models/sso_uri.rb |