Sha256: 132baabf36192e727fd1f9578ff3dcff1bf6c718e6ccdd0ffb3391322fe22c02
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 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::V2017_04_02 module Models # # The URI required to login to the supplemental portal from the Azure # 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, read_only: true, 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/2017-04-02/generated/azure_mgmt_cdn/models/sso_uri.rb |
azure_mgmt_cdn-0.15.0 | lib/2017-04-02/generated/azure_mgmt_cdn/models/sso_uri.rb |