Sha256: 0b9fea723ecee31a020d9867f2040ddb407c4b9247bbcc64f96527ae5a3bf888
Contents?: true
Size: 1.71 KB
Versions: 7
Compression:
Stored size: 1.71 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_09_30_preview module Models # # Defines all possible authentication profiles for the OpenShift cluster. # class OpenShiftManagedClusterAuthProfile include MsRestAzure # @return [Array<OpenShiftManagedClusterIdentityProvider>] Type of # authentication profile to use. attr_accessor :identity_providers # # Mapper for OpenShiftManagedClusterAuthProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OpenShiftManagedClusterAuthProfile', type: { name: 'Composite', class_name: 'OpenShiftManagedClusterAuthProfile', model_properties: { identity_providers: { client_side_validation: true, required: false, serialized_name: 'identityProviders', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'OpenShiftManagedClusterIdentityProviderElementType', type: { name: 'Composite', class_name: 'OpenShiftManagedClusterIdentityProvider' } } } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems