Sha256: d0be7d5c31d88ca59442051c3fc1bf91dc4d2a3a56b68b5aa6dc2a7075023194
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 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::ARM::Logic module Models # # The X12 agreement security settings. # 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: true, serialized_name: 'authorizationQualifier', type: { name: 'String' } }, authorization_value: { required: false, serialized_name: 'authorizationValue', type: { name: 'String' } }, security_qualifier: { required: true, 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.14.0 | lib/generated/azure_mgmt_logic/models/x12security_settings.rb |