Sha256: 9bacda49fd6fe9c648a6f2f6f814e89ad44a0fec709ae8050e0679026bcab351
Contents?: true
Size: 1.11 KB
Versions: 12
Compression:
Stored size: 1.11 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::V2015_06_01 module Models # # SSO URI required to login to third party web portal. # class SsoUri include MsRestAzure # @return [String] The URI used to login to third party web 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, serialized_name: 'ssoUriValue', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems