Sha256: 412753b17d180bbccac4aa2987d980dbeafe52387bd865057c7bdded3fdfbfb0
Contents?: true
Size: 1.7 KB
Versions: 10
Compression:
Stored size: 1.7 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 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
10 entries across 10 versions & 1 rubygems