Sha256: 90e85f310bc9db7659464991035d41738aaa3a00874f9d4fa4ece84e7c590b8b
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Graph module Models # # Request parameters for a PasswordCredentials update operation. # class PasswordCredentialsUpdateParameters include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'PasswordCredentialsUpdateParameters', type: { name: 'Composite', class_name: 'PasswordCredentialsUpdateParameters', model_properties: { value: { required: true, serialized_name: 'value', type: { name: 'Sequence', element: { 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