Sha256: 91cc2ab18835ef0fc3440ad57a7e8d15e35bbbdef89de53cb33f2703b53aee6b
Contents?: true
Size: 1.81 KB
Versions: 10
Compression:
Stored size: 1.81 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::ContainerService::Mgmt::V2019_04_30 module Models # # Defines the configuration of the identity providers to be used in the # OpenShift cluster. # class OpenShiftManagedClusterIdentityProvider include MsRestAzure # @return [String] Name of the provider. attr_accessor :name # @return [OpenShiftManagedClusterBaseIdentityProvider] Configuration of # the provider. attr_accessor :provider # # Mapper for OpenShiftManagedClusterIdentityProvider class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OpenShiftManagedClusterIdentityProvider', type: { name: 'Composite', class_name: 'OpenShiftManagedClusterIdentityProvider', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, provider: { client_side_validation: true, required: false, serialized_name: 'provider', type: { name: 'Composite', polymorphic_discriminator: 'kind', uber_parent: 'OpenShiftManagedClusterBaseIdentityProvider', class_name: 'OpenShiftManagedClusterBaseIdentityProvider' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems