Sha256: 2fd5045e878763e28569436b5c7c34079e07c3fc44ccca3c774934402710833e

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 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::Graph::Mgmt::V1_6
  module Models
    #
    # Request parameters for a PasswordCredentials update operation.
    #
    class PasswordCredentialsUpdateParameters

      include MsRestAzure

      # @return [Array<PasswordCredential>] A collection of
      # PasswordCredentials.
      attr_accessor :value


      #
      # Mapper for PasswordCredentialsUpdateParameters class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'PasswordCredentialsUpdateParameters',
          type: {
            name: 'Composite',
            class_name: 'PasswordCredentialsUpdateParameters',
            model_properties: {
              value: {
                client_side_validation: true,
                required: true,
                serialized_name: 'value',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'PasswordCredentialElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'PasswordCredential'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_graph-0.15.3 lib/1.6/generated/azure_mgmt_graph/models/password_credentials_update_parameters.rb
azure_mgmt_graph-0.15.2 lib/1.6/generated/azure_mgmt_graph/models/password_credentials_update_parameters.rb