Sha256: 53d776e131ef9f5db135d4e3a21d5436511e5d9a6e3b6a422412556464d39bc5
Contents?: true
Size: 1.71 KB
Versions: 11
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::V2018_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
11 entries across 11 versions & 1 rubygems