Sha256: bad5ccd39089dfb8d3a8e73ad722159b1fae4086a25054dda8a37d8f7343ea0b
Contents?: true
Size: 1.17 KB
Versions: 11
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::V2017_10_12 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
11 entries across 11 versions & 1 rubygems