Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportError
- Inherits:
-
Object
- Object
- Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportError
- Includes:
- MsRestAzure
- Defined in:
- lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb
Overview
The export error details.
Instance Attribute Summary collapse
-
#aad_display_name ⇒ String
The AAD side display name.
-
#aad_distinguished_name ⇒ String
The AAD side distinguished name for the object.
-
#aad_mail ⇒ String
The AAD side email for the object.
-
#aad_object_guid ⇒ String
The AAD side object guid.
-
#aad_object_type ⇒ String
The AAD side object type.
-
#aad_source_of_authority ⇒ String
The AAD side source of authority for the object.
-
#aad_user_principal_name ⇒ String
The AAD side user principal name.
-
#ad_display_name ⇒ String
The display name for the AD object.
-
#ad_distinguished_name ⇒ String
The distinguished name for the AD object.
-
#ad_mail ⇒ String
The email for the AD object.
-
#ad_object_guid ⇒ String
The AD object guid.
-
#ad_object_type ⇒ String
The AD object type.
-
#ad_source_anchor ⇒ String
The AD source anchor.
-
#ad_source_of_authority ⇒ String
The source of authority for the AD object.
-
#ad_user_principal_name ⇒ String
The user principal name for the AD object.
-
#attribute_multi_value ⇒ Boolean
Indicates if the attribute is multi valued or not.
-
#attribute_name ⇒ String
The attribute name.
-
#attribute_value ⇒ String
The attribute value.
-
#cloud_anchor ⇒ String
The name of the cloud anchor.
-
#connector_id ⇒ String
The connector Id.
-
#cs_object_id ⇒ String
The cloud object Id.
-
#dn ⇒ String
The distinguished name.
-
#error_code ⇒ String
The error code.
-
#id ⇒ String
The error Id.
-
#last_dir_sync_time ⇒ DateTime
The date and time of last sync run.
-
#max_limit ⇒ String
The maximum limit.
-
#message ⇒ String
The export error message.
-
#min_limit ⇒ String
The minimum limit.
-
#modified_attribute_value ⇒ String
The modified attribute value.
-
#object_id_conflict ⇒ String
conflict.
-
#retry_count ⇒ Integer
The retry count.
-
#run_step_result_id ⇒ String
The run step result Id.
-
#sam_account_name ⇒ String
The SAM account name.
-
#server_error_detail ⇒ String
The server error detail.
-
#time_first_occured ⇒ DateTime
occurred.
-
#time_occured ⇒ DateTime
The date and time of occurrence.
-
#type ⇒ String
The type of error.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ExportError class as Ruby Hash.
Instance Attribute Details
#aad_display_name ⇒ String
Returns The AAD side display name.
108 109 110 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 108 def aad_display_name @aad_display_name end |
#aad_distinguished_name ⇒ String
Returns The AAD side distinguished name for the object.
117 118 119 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 117 def aad_distinguished_name @aad_distinguished_name end |
#aad_mail ⇒ String
Returns The AAD side email for the object.
120 121 122 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 120 def aad_mail @aad_mail end |
#aad_object_guid ⇒ String
Returns The AAD side object guid.
105 106 107 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 105 def aad_object_guid @aad_object_guid end |
#aad_object_type ⇒ String
Returns The AAD side object type.
102 103 104 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 102 def aad_object_type @aad_object_type end |
#aad_source_of_authority ⇒ String
Returns The AAD side source of authority for the object.
111 112 113 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 111 def end |
#aad_user_principal_name ⇒ String
Returns The AAD side user principal name.
114 115 116 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 114 def aad_user_principal_name @aad_user_principal_name end |
#ad_display_name ⇒ String
Returns The display name for the AD object.
81 82 83 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 81 def ad_display_name @ad_display_name end |
#ad_distinguished_name ⇒ String
Returns The distinguished name for the AD object.
93 94 95 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 93 def ad_distinguished_name @ad_distinguished_name end |
#ad_mail ⇒ String
Returns The email for the AD object.
96 97 98 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 96 def ad_mail @ad_mail end |
#ad_object_guid ⇒ String
Returns The AD object guid.
78 79 80 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 78 def ad_object_guid @ad_object_guid end |
#ad_object_type ⇒ String
Returns The AD object type.
75 76 77 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 75 def ad_object_type @ad_object_type end |
#ad_source_anchor ⇒ String
Returns The AD source anchor.
87 88 89 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 87 def ad_source_anchor @ad_source_anchor end |
#ad_source_of_authority ⇒ String
Returns The source of authority for the AD object.
84 85 86 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 84 def end |
#ad_user_principal_name ⇒ String
Returns The user principal name for the AD object.
90 91 92 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 90 def ad_user_principal_name @ad_user_principal_name end |
#attribute_multi_value ⇒ Boolean
Returns Indicates if the attribute is multi valued or not.
65 66 67 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 65 def attribute_multi_value @attribute_multi_value end |
#attribute_name ⇒ String
Returns The attribute name.
59 60 61 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 59 def attribute_name @attribute_name end |
#attribute_value ⇒ String
Returns The attribute value.
62 63 64 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 62 def attribute_value @attribute_value end |
#cloud_anchor ⇒ String
Returns The name of the cloud anchor.
56 57 58 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 56 def cloud_anchor @cloud_anchor end |
#connector_id ⇒ String
Returns The connector Id.
22 23 24 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 22 def connector_id @connector_id end |
#cs_object_id ⇒ String
Returns The cloud object Id.
44 45 46 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 44 def cs_object_id @cs_object_id end |
#dn ⇒ String
Returns The distinguished name.
47 48 49 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 47 def dn @dn end |
#error_code ⇒ String
Returns The error code.
28 29 30 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 28 def error_code @error_code end |
#id ⇒ String
Returns The error Id.
16 17 18 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 16 def id @id end |
#last_dir_sync_time ⇒ DateTime
Returns The date and time of last sync run.
123 124 125 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 123 def last_dir_sync_time @last_dir_sync_time end |
#max_limit ⇒ String
Returns The maximum limit.
53 54 55 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 53 def max_limit @max_limit end |
#message ⇒ String
Returns The export error message.
31 32 33 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 31 def end |
#min_limit ⇒ String
Returns The minimum limit.
50 51 52 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 50 def min_limit @min_limit end |
#modified_attribute_value ⇒ String
Returns The modified attribute value.
126 127 128 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 126 def modified_attribute_value @modified_attribute_value end |
#object_id_conflict ⇒ String
conflict.
69 70 71 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 69 def object_id_conflict @object_id_conflict end |
#retry_count ⇒ Integer
Returns The retry count.
41 42 43 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 41 def retry_count @retry_count end |
#run_step_result_id ⇒ String
Returns The run step result Id.
19 20 21 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 19 def run_step_result_id @run_step_result_id end |
#sam_account_name ⇒ String
Returns The SAM account name.
72 73 74 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 72 def sam_account_name @sam_account_name end |
#server_error_detail ⇒ String
Returns The server error detail.
34 35 36 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 34 def server_error_detail @server_error_detail end |
#time_first_occured ⇒ DateTime
occurred.
38 39 40 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 38 def time_first_occured @time_first_occured end |
#time_occured ⇒ DateTime
Returns The date and time of occurrence.
99 100 101 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 99 def time_occured @time_occured end |
#type ⇒ String
Returns The type of error.
25 26 27 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 25 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for ExportError class as Ruby Hash. This will be used for serialization/deserialization.
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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/export_error.rb', line 133 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExportError', type: { name: 'Composite', class_name: 'ExportError', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, run_step_result_id: { client_side_validation: true, required: false, serialized_name: 'runStepResultId', type: { name: 'String' } }, connector_id: { client_side_validation: true, required: false, serialized_name: 'connectorId', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } }, error_code: { client_side_validation: true, required: false, serialized_name: 'errorCode', type: { name: 'String' } }, message: { client_side_validation: true, required: false, serialized_name: 'message', type: { name: 'String' } }, server_error_detail: { client_side_validation: true, required: false, serialized_name: 'serverErrorDetail', type: { name: 'String' } }, time_first_occured: { client_side_validation: true, required: false, serialized_name: 'timeFirstOccured', type: { name: 'DateTime' } }, retry_count: { client_side_validation: true, required: false, serialized_name: 'retryCount', type: { name: 'Number' } }, 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' } }, 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' } }, cloud_anchor: { client_side_validation: true, required: false, serialized_name: 'cloudAnchor', 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' } }, attribute_multi_value: { client_side_validation: true, required: false, serialized_name: 'attributeMultiValue', type: { name: 'Boolean' } }, object_id_conflict: { client_side_validation: true, required: false, serialized_name: 'objectIdConflict', type: { name: 'String' } }, sam_account_name: { client_side_validation: true, required: false, serialized_name: 'samAccountName', type: { name: 'String' } }, ad_object_type: { client_side_validation: true, required: false, serialized_name: 'adObjectType', type: { name: 'String' } }, ad_object_guid: { client_side_validation: true, required: false, serialized_name: 'adObjectGuid', type: { name: 'String' } }, ad_display_name: { client_side_validation: true, required: false, serialized_name: 'adDisplayName', type: { name: 'String' } }, ad_source_of_authority: { client_side_validation: true, required: false, serialized_name: 'adSourceOfAuthority', type: { name: 'String' } }, ad_source_anchor: { client_side_validation: true, required: false, serialized_name: 'adSourceAnchor', type: { name: 'String' } }, ad_user_principal_name: { client_side_validation: true, required: false, serialized_name: 'adUserPrincipalName', type: { name: 'String' } }, ad_distinguished_name: { client_side_validation: true, required: false, serialized_name: 'adDistinguishedName', type: { name: 'String' } }, ad_mail: { client_side_validation: true, required: false, serialized_name: 'adMail', type: { name: 'String' } }, time_occured: { client_side_validation: true, required: false, serialized_name: 'timeOccured', type: { name: 'DateTime' } }, aad_object_type: { client_side_validation: true, required: false, serialized_name: 'aadObjectType', type: { name: 'String' } }, aad_object_guid: { client_side_validation: true, required: false, serialized_name: 'aadObjectGuid', type: { name: 'String' } }, aad_display_name: { client_side_validation: true, required: false, serialized_name: 'aadDisplayName', type: { name: 'String' } }, aad_source_of_authority: { client_side_validation: true, required: false, serialized_name: 'aadSourceOfAuthority', type: { name: 'String' } }, aad_user_principal_name: { client_side_validation: true, required: false, serialized_name: 'aadUserPrincipalName', type: { name: 'String' } }, aad_distinguished_name: { client_side_validation: true, required: false, serialized_name: 'aadDistinguishedName', type: { name: 'String' } }, aad_mail: { client_side_validation: true, required: false, serialized_name: 'aadMail', type: { name: 'String' } }, last_dir_sync_time: { client_side_validation: true, required: false, serialized_name: 'lastDirSyncTime', type: { name: 'DateTime' } }, modified_attribute_value: { client_side_validation: true, required: false, serialized_name: 'modifiedAttributeValue', type: { name: 'String' } } } } } end |