class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedEntry
The object entry in a change that is not re-imported.
Attributes
anchor[RW]
@return [String] The anchor.
attributes[RW]
@return [Array<AttributeDelta>] The attributes.
dn[RW]
@return [String] The distinguished name.
dn_attributes[RW]
@return [Array<AttributeDelta>] The delta attributes for distinguished names.
object_classes[RW]
@return [Array<String>] The list of object classes.
parent_anchor[RW]
@return [String] The parent anchor.
primary_object_class[RW]
@return [String] The primary object class.
Private Class Methods
mapper()
click to toggle source
Mapper for ChangeNotReimportedEntry
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/change_not_reimported_entry.rb, line 42 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ChangeNotReimportedEntry', type: { name: 'Composite', class_name: 'ChangeNotReimportedEntry', model_properties: { anchor: { client_side_validation: true, required: false, serialized_name: 'anchor', type: { name: 'String' } }, parent_anchor: { client_side_validation: true, required: false, serialized_name: 'parentAnchor', type: { name: 'String' } }, primary_object_class: { client_side_validation: true, required: false, serialized_name: 'primaryObjectClass', type: { name: 'String' } }, object_classes: { client_side_validation: true, required: false, serialized_name: 'objectClasses', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, dn_attributes: { client_side_validation: true, required: false, serialized_name: 'dnAttributes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AttributeDeltaElementType', type: { name: 'Composite', class_name: 'AttributeDelta' } } } }, attributes: { client_side_validation: true, required: false, serialized_name: 'attributes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AttributeDeltaElementType', type: { name: 'Composite', class_name: 'AttributeDelta' } } } }, dn: { client_side_validation: true, required: false, serialized_name: 'dn', type: { name: 'String' } } } } } end