Sha256: 96459ee146e3787371230ff32c96e0acffe197b3b3a369f65d8aab2fe982d426
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 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::V2020_09_01 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() { client_side_validation: true, required: false, serialized_name: 'SsoUri', type: { name: 'Composite', class_name: 'SsoUri', model_properties: { sso_uri_value: { client_side_validation: true, 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.18.2 | lib/2020-09-01/generated/azure_mgmt_cdn/models/sso_uri.rb |
azure_mgmt_cdn-0.18.1 | lib/2020-09-01/generated/azure_mgmt_cdn/models/sso_uri.rb |