Sha256: 5099a3bf3e3896e730bb0f627ccb046d1e463870f224e54ce6c9d9c752cdd7a4
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # Model object. # # class X12SecuritySettings include MsRestAzure # @return [String] The authorization qualifier. attr_accessor :authorization_qualifier # @return [String] The authorization value. attr_accessor :authorization_value # @return [String] The security qualifier. attr_accessor :security_qualifier # @return [String] The password value. attr_accessor :password_value # # Mapper for X12SecuritySettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'X12SecuritySettings', type: { name: 'Composite', class_name: 'X12SecuritySettings', model_properties: { authorization_qualifier: { required: false, serialized_name: 'authorizationQualifier', type: { name: 'String' } }, authorization_value: { required: false, serialized_name: 'authorizationValue', type: { name: 'String' } }, security_qualifier: { required: false, serialized_name: 'securityQualifier', type: { name: 'String' } }, password_value: { required: false, serialized_name: 'passwordValue', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.9.0 | lib/generated/azure_mgmt_logic/models/x12security_settings.rb |