Sha256: 3bbb7735627bdacd457a7f73d2a2779eda5937df187410fbb409fb7e8fc8497a
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 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::StorageCache::Mgmt::V2020_10_01 module Models # # When present, these are the credentials for the secure LDAP connection. # class CacheUsernameDownloadSettingsCredentials include MsRestAzure # @return [String] The Bind Distinguished Name identity to be used in the # secure LDAP connection. This value is stored encrypted and not returned # on response. attr_accessor :bind_dn # @return [String] The Bind password to be used in the secure LDAP # connection. This value is stored encrypted and not returned on # response. attr_accessor :bind_password # # Mapper for CacheUsernameDownloadSettingsCredentials class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CacheUsernameDownloadSettings_credentials', type: { name: 'Composite', class_name: 'CacheUsernameDownloadSettingsCredentials', model_properties: { bind_dn: { client_side_validation: true, required: false, serialized_name: 'bindDn', type: { name: 'String' } }, bind_password: { client_side_validation: true, required: false, serialized_name: 'bindPassword', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems