Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ObjectWithSyncError
- Inherits:
-
Object
- Object
- Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ObjectWithSyncError
- Includes:
- MsRestAzure
- Defined in:
- lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb
Overview
The objects with sync errors.
Instance Attribute Summary collapse
-
#attribute_multi_values ⇒ Boolean
Indicates if the attribute is multi-valued or not.
-
#attribute_name ⇒ String
The attribute name.
-
#attribute_value ⇒ String
The attribute value.
-
#display_name ⇒ String
The display name.
-
#distinguished_name ⇒ String
The distinguished name.
-
#error_type ⇒ String
The error type.
-
#mail ⇒ String
The email.
-
#max_limit ⇒ String
The maximum limit.
-
#min_limit ⇒ String
The minimum limit.
-
#modififed_value ⇒ String
The modified value.
-
#object_guid ⇒ String
The object guid.
-
#object_type ⇒ String
The object type.
-
#source_anchor ⇒ String
The source anchor.
-
#source_of_authority ⇒ String
The source of authority.
-
#time_occured ⇒ DateTime
The date and time of occurrence.
-
#user_principal_name ⇒ String
The user principal name.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ObjectWithSyncError class as Ruby Hash.
Instance Attribute Details
#attribute_multi_values ⇒ Boolean
Returns Indicates if the attribute is multi-valued or not.
40 41 42 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 40 def attribute_multi_values @attribute_multi_values end |
#attribute_name ⇒ String
Returns The attribute name.
25 26 27 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 25 def attribute_name @attribute_name end |
#attribute_value ⇒ String
Returns The attribute value.
28 29 30 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 28 def attribute_value @attribute_value end |
#display_name ⇒ String
Returns The display name.
19 20 21 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 19 def display_name @display_name end |
#distinguished_name ⇒ String
Returns The distinguished name.
49 50 51 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 49 def distinguished_name @distinguished_name end |
#error_type ⇒ String
Returns The error type.
58 59 60 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 58 def error_type @error_type end |
#mail ⇒ String
Returns The email.
52 53 54 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 52 def mail @mail end |
#max_limit ⇒ String
Returns The maximum limit.
46 47 48 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 46 def max_limit @max_limit end |
#min_limit ⇒ String
Returns The minimum limit.
43 44 45 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 43 def min_limit @min_limit end |
#modififed_value ⇒ String
Returns The modified value.
31 32 33 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 31 def modififed_value @modififed_value end |
#object_guid ⇒ String
Returns The object guid.
37 38 39 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 37 def object_guid @object_guid end |
#object_type ⇒ String
Returns The object type.
22 23 24 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 22 def object_type @object_type end |
#source_anchor ⇒ String
Returns The source anchor.
61 62 63 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 61 def source_anchor @source_anchor end |
#source_of_authority ⇒ String
Returns The source of authority.
16 17 18 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 16 def @source_of_authority end |
#time_occured ⇒ DateTime
Returns The date and time of occurrence.
55 56 57 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 55 def time_occured @time_occured end |
#user_principal_name ⇒ String
Returns The user principal name.
34 35 36 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 34 def user_principal_name @user_principal_name end |
Class Method Details
.mapper ⇒ Object
Mapper for ObjectWithSyncError class as Ruby Hash. This will be used for serialization/deserialization.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/object_with_sync_error.rb', line 68 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ObjectWithSyncError', type: { name: 'Composite', class_name: 'ObjectWithSyncError', model_properties: { source_of_authority: { client_side_validation: true, required: false, serialized_name: 'sourceOfAuthority', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, object_type: { client_side_validation: true, required: false, serialized_name: 'objectType', type: { name: 'String' } }, attribute_name: { client_side_validation: true, required: false, serialized_name: 'attributeName', type: { name: 'String' } }, attribute_value: { client_side_validation: true, required: false, serialized_name: 'attributeValue', type: { name: 'String' } }, modififed_value: { client_side_validation: true, required: false, serialized_name: 'modififedValue', type: { name: 'String' } }, user_principal_name: { client_side_validation: true, required: false, serialized_name: 'userPrincipalName', type: { name: 'String' } }, object_guid: { client_side_validation: true, required: false, serialized_name: 'objectGuid', type: { name: 'String' } }, attribute_multi_values: { client_side_validation: true, required: false, serialized_name: 'attributeMultiValues', type: { name: 'Boolean' } }, min_limit: { client_side_validation: true, required: false, serialized_name: 'minLimit', type: { name: 'String' } }, max_limit: { client_side_validation: true, required: false, serialized_name: 'maxLimit', type: { name: 'String' } }, distinguished_name: { client_side_validation: true, required: false, serialized_name: 'distinguishedName', type: { name: 'String' } }, mail: { client_side_validation: true, required: false, serialized_name: 'mail', type: { name: 'String' } }, time_occured: { client_side_validation: true, required: false, serialized_name: 'timeOccured', type: { name: 'DateTime' } }, error_type: { client_side_validation: true, required: false, serialized_name: 'errorType', type: { name: 'String' } }, source_anchor: { client_side_validation: true, required: false, serialized_name: 'sourceAnchor', type: { name: 'String' } } } } } end |