class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo

The error details in legacy rule processing.

Attributes

attribute_mapping[RW]

@return [AttributeMapping] The attribute mapping details.

connector_id[RW]

@return [String] The connector Id.

connector_name[RW]

@return [String] The connector name.

cs_object_id[RW]

@return [String] The object Id.

dn[RW]

@return [String] The distinguished name.

Private Class Methods

mapper() click to toggle source

Mapper for RuleErrorInfo class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb, line 35
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RuleErrorInfo',
    type: {
      name: 'Composite',
      class_name: 'RuleErrorInfo',
      model_properties: {
        attribute_mapping: {
          client_side_validation: true,
          required: false,
          serialized_name: 'attributeMapping',
          type: {
            name: 'Composite',
            class_name: 'AttributeMapping'
          }
        },
        connector_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'connectorId',
          type: {
            name: 'String'
          }
        },
        connector_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'connectorName',
          type: {
            name: 'String'
          }
        },
        cs_object_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'csObjectId',
          type: {
            name: 'String'
          }
        },
        dn: {
          client_side_validation: true,
          required: false,
          serialized_name: 'dn',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end