Sha256: 8efff6c78436d8210910831bec31b2597de233d058c5f4ec74bba494e363b7ba

Contents?: true

Size: 1.63 KB

Versions: 3

Compression:

Stored size: 1.63 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::V2020_07_01
  module Models
    #
    # Model object.
    #
    #
    class ManagedClusterPropertiesIdentityProfileValue < UserAssignedIdentity

      include MsRestAzure


      #
      # Mapper for ManagedClusterPropertiesIdentityProfileValue class as Ruby
      # Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ManagedClusterProperties_identityProfileValue',
          type: {
            name: 'Composite',
            class_name: 'ManagedClusterPropertiesIdentityProfileValue',
            model_properties: {
              resource_id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'resourceId',
                type: {
                  name: 'String'
                }
              },
              client_id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'clientId',
                type: {
                  name: 'String'
                }
              },
              object_id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'objectId',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_container_service-0.22.0 lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_identity_profile_value.rb
azure_mgmt_container_service-0.21.0 lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_identity_profile_value.rb
azure_mgmt_container_service-0.20.4 lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_identity_profile_value.rb