@pulumi/artifactory 8.7.1 → 8.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/alpineRepository.d.ts +18 -35
  2. package/alpineRepository.js +0 -6
  3. package/alpineRepository.js.map +1 -1
  4. package/debianRepository.d.ts +24 -32
  5. package/debianRepository.js +2 -4
  6. package/debianRepository.js.map +1 -1
  7. package/dockerV1Repository.d.ts +17 -32
  8. package/dockerV1Repository.js +1 -5
  9. package/dockerV1Repository.js.map +1 -1
  10. package/dockerV2Repository.d.ts +21 -35
  11. package/dockerV2Repository.js +0 -4
  12. package/dockerV2Repository.js.map +1 -1
  13. package/localAnsibleRepository.d.ts +20 -37
  14. package/localAnsibleRepository.js +0 -4
  15. package/localAnsibleRepository.js.map +1 -1
  16. package/localCargoRepository.d.ts +19 -36
  17. package/localCargoRepository.js +0 -6
  18. package/localCargoRepository.js.map +1 -1
  19. package/localConanRepository.d.ts +18 -32
  20. package/localConanRepository.js +0 -4
  21. package/localConanRepository.js.map +1 -1
  22. package/localGradleRepository.d.ts +23 -37
  23. package/localGradleRepository.js +0 -4
  24. package/localGradleRepository.js.map +1 -1
  25. package/localHelmociRepository.d.ts +19 -33
  26. package/localHelmociRepository.js +0 -4
  27. package/localHelmociRepository.js.map +1 -1
  28. package/localIvyRepository.d.ts +35 -49
  29. package/localIvyRepository.js +0 -4
  30. package/localIvyRepository.js.map +1 -1
  31. package/localMavenRepository.d.ts +23 -37
  32. package/localMavenRepository.js +0 -4
  33. package/localMavenRepository.js.map +1 -1
  34. package/localNugetRepository.d.ts +19 -33
  35. package/localNugetRepository.js +0 -4
  36. package/localNugetRepository.js.map +1 -1
  37. package/localOciRepository.d.ts +19 -33
  38. package/localOciRepository.js +0 -4
  39. package/localOciRepository.js.map +1 -1
  40. package/localRpmRepository.d.ts +21 -35
  41. package/localRpmRepository.js +0 -4
  42. package/localRpmRepository.js.map +1 -1
  43. package/localSbtRepository.d.ts +35 -49
  44. package/localSbtRepository.js +0 -4
  45. package/localSbtRepository.js.map +1 -1
  46. package/localTerraformModuleRepository.d.ts +17 -31
  47. package/localTerraformModuleRepository.js +0 -4
  48. package/localTerraformModuleRepository.js.map +1 -1
  49. package/localTerraformProviderRepository.d.ts +17 -31
  50. package/localTerraformProviderRepository.js +0 -4
  51. package/localTerraformProviderRepository.js.map +1 -1
  52. package/package.json +2 -2
  53. package/remoteAlpineRepository.d.ts +63 -59
  54. package/remoteAlpineRepository.js +3 -2
  55. package/remoteAlpineRepository.js.map +1 -1
  56. package/remoteAnsibleRepository.d.ts +62 -58
  57. package/remoteAnsibleRepository.js +0 -2
  58. package/remoteAnsibleRepository.js.map +1 -1
  59. package/remoteBowerRepository.d.ts +65 -61
  60. package/remoteBowerRepository.js +3 -2
  61. package/remoteBowerRepository.js.map +1 -1
  62. package/remoteCargoRepository.d.ts +65 -61
  63. package/remoteCargoRepository.js +3 -2
  64. package/remoteCargoRepository.js.map +1 -1
  65. package/remoteChefRepository.d.ts +63 -59
  66. package/remoteChefRepository.js +3 -2
  67. package/remoteChefRepository.js.map +1 -1
  68. package/remoteCocoapodsRepository.d.ts +65 -61
  69. package/remoteCocoapodsRepository.js +3 -2
  70. package/remoteCocoapodsRepository.js.map +1 -1
  71. package/remoteComposerRepository.d.ts +65 -61
  72. package/remoteComposerRepository.js +3 -2
  73. package/remoteComposerRepository.js.map +1 -1
  74. package/remoteConanRepository.d.ts +65 -61
  75. package/remoteConanRepository.js +3 -2
  76. package/remoteConanRepository.js.map +1 -1
  77. package/remoteCondaRepository.d.ts +63 -59
  78. package/remoteCondaRepository.js +3 -2
  79. package/remoteCondaRepository.js.map +1 -1
  80. package/remoteCranRepository.d.ts +63 -59
  81. package/remoteCranRepository.js +3 -2
  82. package/remoteCranRepository.js.map +1 -1
  83. package/remoteDebianRepository.d.ts +63 -59
  84. package/remoteDebianRepository.js +3 -2
  85. package/remoteDebianRepository.js.map +1 -1
  86. package/remoteDockerRepository.d.ts +70 -84
  87. package/remoteDockerRepository.js +3 -2
  88. package/remoteDockerRepository.js.map +1 -1
  89. package/remoteGemsRepository.d.ts +66 -62
  90. package/remoteGemsRepository.js +3 -2
  91. package/remoteGemsRepository.js.map +1 -1
  92. package/remoteGenericRepository.d.ts +65 -61
  93. package/remoteGenericRepository.js +3 -2
  94. package/remoteGenericRepository.js.map +1 -1
  95. package/remoteGitlfsRepository.d.ts +63 -59
  96. package/remoteGitlfsRepository.js +3 -2
  97. package/remoteGitlfsRepository.js.map +1 -1
  98. package/remoteGoRepository.d.ts +89 -61
  99. package/remoteGoRepository.js +7 -2
  100. package/remoteGoRepository.js.map +1 -1
  101. package/remoteGradleRepository.d.ts +72 -68
  102. package/remoteGradleRepository.js +3 -2
  103. package/remoteGradleRepository.js.map +1 -1
  104. package/remoteHelmRepository.d.ts +65 -61
  105. package/remoteHelmRepository.js +3 -2
  106. package/remoteHelmRepository.js.map +1 -1
  107. package/remoteHelmociRepository.d.ts +66 -62
  108. package/remoteHelmociRepository.js +3 -2
  109. package/remoteHelmociRepository.js.map +1 -1
  110. package/remoteHuggingfacemlRepository.d.ts +63 -59
  111. package/remoteHuggingfacemlRepository.js +0 -2
  112. package/remoteHuggingfacemlRepository.js.map +1 -1
  113. package/remoteIvyRepository.d.ts +71 -67
  114. package/remoteIvyRepository.js +3 -2
  115. package/remoteIvyRepository.js.map +1 -1
  116. package/remoteMavenRepository.d.ts +72 -68
  117. package/remoteMavenRepository.js +3 -2
  118. package/remoteMavenRepository.js.map +1 -1
  119. package/remoteNpmRepository.d.ts +63 -59
  120. package/remoteNpmRepository.js +0 -2
  121. package/remoteNpmRepository.js.map +1 -1
  122. package/remoteNugetRepository.d.ts +69 -65
  123. package/remoteNugetRepository.js +3 -2
  124. package/remoteNugetRepository.js.map +1 -1
  125. package/remoteOciRepository.d.ts +66 -62
  126. package/remoteOciRepository.js +3 -2
  127. package/remoteOciRepository.js.map +1 -1
  128. package/remoteOpkgRepository.d.ts +63 -59
  129. package/remoteOpkgRepository.js +3 -2
  130. package/remoteOpkgRepository.js.map +1 -1
  131. package/remoteP2Repository.d.ts +63 -59
  132. package/remoteP2Repository.js +3 -2
  133. package/remoteP2Repository.js.map +1 -1
  134. package/remotePubRepository.d.ts +63 -59
  135. package/remotePubRepository.js +3 -2
  136. package/remotePubRepository.js.map +1 -1
  137. package/remotePuppetRepository.d.ts +63 -59
  138. package/remotePuppetRepository.js +3 -2
  139. package/remotePuppetRepository.js.map +1 -1
  140. package/remotePypiRepository.d.ts +66 -62
  141. package/remotePypiRepository.js +3 -2
  142. package/remotePypiRepository.js.map +1 -1
  143. package/remoteRpmRepository.d.ts +63 -59
  144. package/remoteRpmRepository.js +3 -2
  145. package/remoteRpmRepository.js.map +1 -1
  146. package/remoteSbtRepository.d.ts +71 -67
  147. package/remoteSbtRepository.js +3 -2
  148. package/remoteSbtRepository.js.map +1 -1
  149. package/remoteSwiftRepository.d.ts +63 -59
  150. package/remoteSwiftRepository.js +3 -2
  151. package/remoteSwiftRepository.js.map +1 -1
  152. package/remoteTerraformRepository.d.ts +65 -61
  153. package/remoteTerraformRepository.js +3 -2
  154. package/remoteTerraformRepository.js.map +1 -1
  155. package/remoteVcsRepository.d.ts +65 -61
  156. package/remoteVcsRepository.js +3 -2
  157. package/remoteVcsRepository.js.map +1 -1
  158. package/repositoryLayout.d.ts +1 -1
  159. package/types/output.d.ts +140 -140
package/types/output.d.ts CHANGED
@@ -3288,631 +3288,631 @@ export interface RemoteAlpineRepositoryContentSynchronisation {
3288
3288
  /**
3289
3289
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3290
3290
  */
3291
- enabled?: boolean;
3291
+ enabled: boolean;
3292
3292
  /**
3293
3293
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3294
3294
  */
3295
- propertiesEnabled?: boolean;
3295
+ propertiesEnabled: boolean;
3296
3296
  /**
3297
3297
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3298
3298
  */
3299
- sourceOriginAbsenceDetection?: boolean;
3299
+ sourceOriginAbsenceDetection: boolean;
3300
3300
  /**
3301
3301
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3302
3302
  */
3303
- statisticsEnabled?: boolean;
3303
+ statisticsEnabled: boolean;
3304
3304
  }
3305
3305
  export interface RemoteAnsibleRepositoryContentSynchronisation {
3306
3306
  /**
3307
3307
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3308
3308
  */
3309
- enabled?: boolean;
3309
+ enabled: boolean;
3310
3310
  /**
3311
3311
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3312
3312
  */
3313
- propertiesEnabled?: boolean;
3313
+ propertiesEnabled: boolean;
3314
3314
  /**
3315
3315
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3316
3316
  */
3317
- sourceOriginAbsenceDetection?: boolean;
3317
+ sourceOriginAbsenceDetection: boolean;
3318
3318
  /**
3319
3319
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3320
3320
  */
3321
- statisticsEnabled?: boolean;
3321
+ statisticsEnabled: boolean;
3322
3322
  }
3323
3323
  export interface RemoteBowerRepositoryContentSynchronisation {
3324
3324
  /**
3325
3325
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3326
3326
  */
3327
- enabled?: boolean;
3327
+ enabled: boolean;
3328
3328
  /**
3329
3329
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3330
3330
  */
3331
- propertiesEnabled?: boolean;
3331
+ propertiesEnabled: boolean;
3332
3332
  /**
3333
3333
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3334
3334
  */
3335
- sourceOriginAbsenceDetection?: boolean;
3335
+ sourceOriginAbsenceDetection: boolean;
3336
3336
  /**
3337
3337
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3338
3338
  */
3339
- statisticsEnabled?: boolean;
3339
+ statisticsEnabled: boolean;
3340
3340
  }
3341
3341
  export interface RemoteCargoRepositoryContentSynchronisation {
3342
3342
  /**
3343
3343
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3344
3344
  */
3345
- enabled?: boolean;
3345
+ enabled: boolean;
3346
3346
  /**
3347
3347
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3348
3348
  */
3349
- propertiesEnabled?: boolean;
3349
+ propertiesEnabled: boolean;
3350
3350
  /**
3351
3351
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3352
3352
  */
3353
- sourceOriginAbsenceDetection?: boolean;
3353
+ sourceOriginAbsenceDetection: boolean;
3354
3354
  /**
3355
3355
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3356
3356
  */
3357
- statisticsEnabled?: boolean;
3357
+ statisticsEnabled: boolean;
3358
3358
  }
3359
3359
  export interface RemoteChefRepositoryContentSynchronisation {
3360
3360
  /**
3361
3361
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3362
3362
  */
3363
- enabled?: boolean;
3363
+ enabled: boolean;
3364
3364
  /**
3365
3365
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3366
3366
  */
3367
- propertiesEnabled?: boolean;
3367
+ propertiesEnabled: boolean;
3368
3368
  /**
3369
3369
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3370
3370
  */
3371
- sourceOriginAbsenceDetection?: boolean;
3371
+ sourceOriginAbsenceDetection: boolean;
3372
3372
  /**
3373
3373
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3374
3374
  */
3375
- statisticsEnabled?: boolean;
3375
+ statisticsEnabled: boolean;
3376
3376
  }
3377
3377
  export interface RemoteCocoapodsRepositoryContentSynchronisation {
3378
3378
  /**
3379
3379
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3380
3380
  */
3381
- enabled?: boolean;
3381
+ enabled: boolean;
3382
3382
  /**
3383
3383
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3384
3384
  */
3385
- propertiesEnabled?: boolean;
3385
+ propertiesEnabled: boolean;
3386
3386
  /**
3387
3387
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3388
3388
  */
3389
- sourceOriginAbsenceDetection?: boolean;
3389
+ sourceOriginAbsenceDetection: boolean;
3390
3390
  /**
3391
3391
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3392
3392
  */
3393
- statisticsEnabled?: boolean;
3393
+ statisticsEnabled: boolean;
3394
3394
  }
3395
3395
  export interface RemoteComposerRepositoryContentSynchronisation {
3396
3396
  /**
3397
3397
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3398
3398
  */
3399
- enabled?: boolean;
3399
+ enabled: boolean;
3400
3400
  /**
3401
3401
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3402
3402
  */
3403
- propertiesEnabled?: boolean;
3403
+ propertiesEnabled: boolean;
3404
3404
  /**
3405
3405
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3406
3406
  */
3407
- sourceOriginAbsenceDetection?: boolean;
3407
+ sourceOriginAbsenceDetection: boolean;
3408
3408
  /**
3409
3409
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3410
3410
  */
3411
- statisticsEnabled?: boolean;
3411
+ statisticsEnabled: boolean;
3412
3412
  }
3413
3413
  export interface RemoteConanRepositoryContentSynchronisation {
3414
3414
  /**
3415
3415
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3416
3416
  */
3417
- enabled?: boolean;
3417
+ enabled: boolean;
3418
3418
  /**
3419
3419
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3420
3420
  */
3421
- propertiesEnabled?: boolean;
3421
+ propertiesEnabled: boolean;
3422
3422
  /**
3423
3423
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3424
3424
  */
3425
- sourceOriginAbsenceDetection?: boolean;
3425
+ sourceOriginAbsenceDetection: boolean;
3426
3426
  /**
3427
3427
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3428
3428
  */
3429
- statisticsEnabled?: boolean;
3429
+ statisticsEnabled: boolean;
3430
3430
  }
3431
3431
  export interface RemoteCondaRepositoryContentSynchronisation {
3432
3432
  /**
3433
3433
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3434
3434
  */
3435
- enabled?: boolean;
3435
+ enabled: boolean;
3436
3436
  /**
3437
3437
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3438
3438
  */
3439
- propertiesEnabled?: boolean;
3439
+ propertiesEnabled: boolean;
3440
3440
  /**
3441
3441
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3442
3442
  */
3443
- sourceOriginAbsenceDetection?: boolean;
3443
+ sourceOriginAbsenceDetection: boolean;
3444
3444
  /**
3445
3445
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3446
3446
  */
3447
- statisticsEnabled?: boolean;
3447
+ statisticsEnabled: boolean;
3448
3448
  }
3449
3449
  export interface RemoteCranRepositoryContentSynchronisation {
3450
3450
  /**
3451
3451
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3452
3452
  */
3453
- enabled?: boolean;
3453
+ enabled: boolean;
3454
3454
  /**
3455
3455
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3456
3456
  */
3457
- propertiesEnabled?: boolean;
3457
+ propertiesEnabled: boolean;
3458
3458
  /**
3459
3459
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3460
3460
  */
3461
- sourceOriginAbsenceDetection?: boolean;
3461
+ sourceOriginAbsenceDetection: boolean;
3462
3462
  /**
3463
3463
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3464
3464
  */
3465
- statisticsEnabled?: boolean;
3465
+ statisticsEnabled: boolean;
3466
3466
  }
3467
3467
  export interface RemoteDebianRepositoryContentSynchronisation {
3468
3468
  /**
3469
3469
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3470
3470
  */
3471
- enabled?: boolean;
3471
+ enabled: boolean;
3472
3472
  /**
3473
3473
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3474
3474
  */
3475
- propertiesEnabled?: boolean;
3475
+ propertiesEnabled: boolean;
3476
3476
  /**
3477
3477
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3478
3478
  */
3479
- sourceOriginAbsenceDetection?: boolean;
3479
+ sourceOriginAbsenceDetection: boolean;
3480
3480
  /**
3481
3481
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3482
3482
  */
3483
- statisticsEnabled?: boolean;
3483
+ statisticsEnabled: boolean;
3484
3484
  }
3485
3485
  export interface RemoteDockerRepositoryContentSynchronisation {
3486
3486
  /**
3487
3487
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3488
3488
  */
3489
- enabled?: boolean;
3489
+ enabled: boolean;
3490
3490
  /**
3491
3491
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3492
3492
  */
3493
- propertiesEnabled?: boolean;
3493
+ propertiesEnabled: boolean;
3494
3494
  /**
3495
3495
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3496
3496
  */
3497
- sourceOriginAbsenceDetection?: boolean;
3497
+ sourceOriginAbsenceDetection: boolean;
3498
3498
  /**
3499
3499
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3500
3500
  */
3501
- statisticsEnabled?: boolean;
3501
+ statisticsEnabled: boolean;
3502
3502
  }
3503
3503
  export interface RemoteGemsRepositoryContentSynchronisation {
3504
3504
  /**
3505
3505
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3506
3506
  */
3507
- enabled?: boolean;
3507
+ enabled: boolean;
3508
3508
  /**
3509
3509
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3510
3510
  */
3511
- propertiesEnabled?: boolean;
3511
+ propertiesEnabled: boolean;
3512
3512
  /**
3513
3513
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3514
3514
  */
3515
- sourceOriginAbsenceDetection?: boolean;
3515
+ sourceOriginAbsenceDetection: boolean;
3516
3516
  /**
3517
3517
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3518
3518
  */
3519
- statisticsEnabled?: boolean;
3519
+ statisticsEnabled: boolean;
3520
3520
  }
3521
3521
  export interface RemoteGenericRepositoryContentSynchronisation {
3522
3522
  /**
3523
3523
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3524
3524
  */
3525
- enabled?: boolean;
3525
+ enabled: boolean;
3526
3526
  /**
3527
3527
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3528
3528
  */
3529
- propertiesEnabled?: boolean;
3529
+ propertiesEnabled: boolean;
3530
3530
  /**
3531
3531
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3532
3532
  */
3533
- sourceOriginAbsenceDetection?: boolean;
3533
+ sourceOriginAbsenceDetection: boolean;
3534
3534
  /**
3535
3535
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3536
3536
  */
3537
- statisticsEnabled?: boolean;
3537
+ statisticsEnabled: boolean;
3538
3538
  }
3539
3539
  export interface RemoteGitlfsRepositoryContentSynchronisation {
3540
3540
  /**
3541
3541
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3542
3542
  */
3543
- enabled?: boolean;
3543
+ enabled: boolean;
3544
3544
  /**
3545
3545
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3546
3546
  */
3547
- propertiesEnabled?: boolean;
3547
+ propertiesEnabled: boolean;
3548
3548
  /**
3549
3549
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3550
3550
  */
3551
- sourceOriginAbsenceDetection?: boolean;
3551
+ sourceOriginAbsenceDetection: boolean;
3552
3552
  /**
3553
3553
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3554
3554
  */
3555
- statisticsEnabled?: boolean;
3555
+ statisticsEnabled: boolean;
3556
3556
  }
3557
3557
  export interface RemoteGoRepositoryContentSynchronisation {
3558
3558
  /**
3559
3559
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3560
3560
  */
3561
- enabled?: boolean;
3561
+ enabled: boolean;
3562
3562
  /**
3563
3563
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3564
3564
  */
3565
- propertiesEnabled?: boolean;
3565
+ propertiesEnabled: boolean;
3566
3566
  /**
3567
3567
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3568
3568
  */
3569
- sourceOriginAbsenceDetection?: boolean;
3569
+ sourceOriginAbsenceDetection: boolean;
3570
3570
  /**
3571
3571
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3572
3572
  */
3573
- statisticsEnabled?: boolean;
3573
+ statisticsEnabled: boolean;
3574
3574
  }
3575
3575
  export interface RemoteGradleRepositoryContentSynchronisation {
3576
3576
  /**
3577
3577
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3578
3578
  */
3579
- enabled?: boolean;
3579
+ enabled: boolean;
3580
3580
  /**
3581
3581
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3582
3582
  */
3583
- propertiesEnabled?: boolean;
3583
+ propertiesEnabled: boolean;
3584
3584
  /**
3585
3585
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3586
3586
  */
3587
- sourceOriginAbsenceDetection?: boolean;
3587
+ sourceOriginAbsenceDetection: boolean;
3588
3588
  /**
3589
3589
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3590
3590
  */
3591
- statisticsEnabled?: boolean;
3591
+ statisticsEnabled: boolean;
3592
3592
  }
3593
3593
  export interface RemoteHelmRepositoryContentSynchronisation {
3594
3594
  /**
3595
3595
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3596
3596
  */
3597
- enabled?: boolean;
3597
+ enabled: boolean;
3598
3598
  /**
3599
3599
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3600
3600
  */
3601
- propertiesEnabled?: boolean;
3601
+ propertiesEnabled: boolean;
3602
3602
  /**
3603
3603
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3604
3604
  */
3605
- sourceOriginAbsenceDetection?: boolean;
3605
+ sourceOriginAbsenceDetection: boolean;
3606
3606
  /**
3607
3607
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3608
3608
  */
3609
- statisticsEnabled?: boolean;
3609
+ statisticsEnabled: boolean;
3610
3610
  }
3611
3611
  export interface RemoteHelmociRepositoryContentSynchronisation {
3612
3612
  /**
3613
3613
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3614
3614
  */
3615
- enabled?: boolean;
3615
+ enabled: boolean;
3616
3616
  /**
3617
3617
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3618
3618
  */
3619
- propertiesEnabled?: boolean;
3619
+ propertiesEnabled: boolean;
3620
3620
  /**
3621
3621
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3622
3622
  */
3623
- sourceOriginAbsenceDetection?: boolean;
3623
+ sourceOriginAbsenceDetection: boolean;
3624
3624
  /**
3625
3625
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3626
3626
  */
3627
- statisticsEnabled?: boolean;
3627
+ statisticsEnabled: boolean;
3628
3628
  }
3629
3629
  export interface RemoteHuggingfacemlRepositoryContentSynchronisation {
3630
3630
  /**
3631
3631
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3632
3632
  */
3633
- enabled?: boolean;
3633
+ enabled: boolean;
3634
3634
  /**
3635
3635
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3636
3636
  */
3637
- propertiesEnabled?: boolean;
3637
+ propertiesEnabled: boolean;
3638
3638
  /**
3639
3639
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3640
3640
  */
3641
- sourceOriginAbsenceDetection?: boolean;
3641
+ sourceOriginAbsenceDetection: boolean;
3642
3642
  /**
3643
3643
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3644
3644
  */
3645
- statisticsEnabled?: boolean;
3645
+ statisticsEnabled: boolean;
3646
3646
  }
3647
3647
  export interface RemoteIvyRepositoryContentSynchronisation {
3648
3648
  /**
3649
3649
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3650
3650
  */
3651
- enabled?: boolean;
3651
+ enabled: boolean;
3652
3652
  /**
3653
3653
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3654
3654
  */
3655
- propertiesEnabled?: boolean;
3655
+ propertiesEnabled: boolean;
3656
3656
  /**
3657
3657
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3658
3658
  */
3659
- sourceOriginAbsenceDetection?: boolean;
3659
+ sourceOriginAbsenceDetection: boolean;
3660
3660
  /**
3661
3661
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3662
3662
  */
3663
- statisticsEnabled?: boolean;
3663
+ statisticsEnabled: boolean;
3664
3664
  }
3665
3665
  export interface RemoteMavenRepositoryContentSynchronisation {
3666
3666
  /**
3667
3667
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3668
3668
  */
3669
- enabled?: boolean;
3669
+ enabled: boolean;
3670
3670
  /**
3671
3671
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3672
3672
  */
3673
- propertiesEnabled?: boolean;
3673
+ propertiesEnabled: boolean;
3674
3674
  /**
3675
3675
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3676
3676
  */
3677
- sourceOriginAbsenceDetection?: boolean;
3677
+ sourceOriginAbsenceDetection: boolean;
3678
3678
  /**
3679
3679
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3680
3680
  */
3681
- statisticsEnabled?: boolean;
3681
+ statisticsEnabled: boolean;
3682
3682
  }
3683
3683
  export interface RemoteNpmRepositoryContentSynchronisation {
3684
3684
  /**
3685
3685
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3686
3686
  */
3687
- enabled?: boolean;
3687
+ enabled: boolean;
3688
3688
  /**
3689
3689
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3690
3690
  */
3691
- propertiesEnabled?: boolean;
3691
+ propertiesEnabled: boolean;
3692
3692
  /**
3693
3693
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3694
3694
  */
3695
- sourceOriginAbsenceDetection?: boolean;
3695
+ sourceOriginAbsenceDetection: boolean;
3696
3696
  /**
3697
3697
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3698
3698
  */
3699
- statisticsEnabled?: boolean;
3699
+ statisticsEnabled: boolean;
3700
3700
  }
3701
3701
  export interface RemoteNugetRepositoryContentSynchronisation {
3702
3702
  /**
3703
3703
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3704
3704
  */
3705
- enabled?: boolean;
3705
+ enabled: boolean;
3706
3706
  /**
3707
3707
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3708
3708
  */
3709
- propertiesEnabled?: boolean;
3709
+ propertiesEnabled: boolean;
3710
3710
  /**
3711
3711
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3712
3712
  */
3713
- sourceOriginAbsenceDetection?: boolean;
3713
+ sourceOriginAbsenceDetection: boolean;
3714
3714
  /**
3715
3715
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3716
3716
  */
3717
- statisticsEnabled?: boolean;
3717
+ statisticsEnabled: boolean;
3718
3718
  }
3719
3719
  export interface RemoteOciRepositoryContentSynchronisation {
3720
3720
  /**
3721
3721
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3722
3722
  */
3723
- enabled?: boolean;
3723
+ enabled: boolean;
3724
3724
  /**
3725
3725
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3726
3726
  */
3727
- propertiesEnabled?: boolean;
3727
+ propertiesEnabled: boolean;
3728
3728
  /**
3729
3729
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3730
3730
  */
3731
- sourceOriginAbsenceDetection?: boolean;
3731
+ sourceOriginAbsenceDetection: boolean;
3732
3732
  /**
3733
3733
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3734
3734
  */
3735
- statisticsEnabled?: boolean;
3735
+ statisticsEnabled: boolean;
3736
3736
  }
3737
3737
  export interface RemoteOpkgRepositoryContentSynchronisation {
3738
3738
  /**
3739
3739
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3740
3740
  */
3741
- enabled?: boolean;
3741
+ enabled: boolean;
3742
3742
  /**
3743
3743
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3744
3744
  */
3745
- propertiesEnabled?: boolean;
3745
+ propertiesEnabled: boolean;
3746
3746
  /**
3747
3747
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3748
3748
  */
3749
- sourceOriginAbsenceDetection?: boolean;
3749
+ sourceOriginAbsenceDetection: boolean;
3750
3750
  /**
3751
3751
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3752
3752
  */
3753
- statisticsEnabled?: boolean;
3753
+ statisticsEnabled: boolean;
3754
3754
  }
3755
3755
  export interface RemoteP2RepositoryContentSynchronisation {
3756
3756
  /**
3757
3757
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3758
3758
  */
3759
- enabled?: boolean;
3759
+ enabled: boolean;
3760
3760
  /**
3761
3761
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3762
3762
  */
3763
- propertiesEnabled?: boolean;
3763
+ propertiesEnabled: boolean;
3764
3764
  /**
3765
3765
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3766
3766
  */
3767
- sourceOriginAbsenceDetection?: boolean;
3767
+ sourceOriginAbsenceDetection: boolean;
3768
3768
  /**
3769
3769
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3770
3770
  */
3771
- statisticsEnabled?: boolean;
3771
+ statisticsEnabled: boolean;
3772
3772
  }
3773
3773
  export interface RemotePubRepositoryContentSynchronisation {
3774
3774
  /**
3775
3775
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3776
3776
  */
3777
- enabled?: boolean;
3777
+ enabled: boolean;
3778
3778
  /**
3779
3779
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3780
3780
  */
3781
- propertiesEnabled?: boolean;
3781
+ propertiesEnabled: boolean;
3782
3782
  /**
3783
3783
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3784
3784
  */
3785
- sourceOriginAbsenceDetection?: boolean;
3785
+ sourceOriginAbsenceDetection: boolean;
3786
3786
  /**
3787
3787
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3788
3788
  */
3789
- statisticsEnabled?: boolean;
3789
+ statisticsEnabled: boolean;
3790
3790
  }
3791
3791
  export interface RemotePuppetRepositoryContentSynchronisation {
3792
3792
  /**
3793
3793
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3794
3794
  */
3795
- enabled?: boolean;
3795
+ enabled: boolean;
3796
3796
  /**
3797
3797
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3798
3798
  */
3799
- propertiesEnabled?: boolean;
3799
+ propertiesEnabled: boolean;
3800
3800
  /**
3801
3801
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3802
3802
  */
3803
- sourceOriginAbsenceDetection?: boolean;
3803
+ sourceOriginAbsenceDetection: boolean;
3804
3804
  /**
3805
3805
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3806
3806
  */
3807
- statisticsEnabled?: boolean;
3807
+ statisticsEnabled: boolean;
3808
3808
  }
3809
3809
  export interface RemotePypiRepositoryContentSynchronisation {
3810
3810
  /**
3811
3811
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3812
3812
  */
3813
- enabled?: boolean;
3813
+ enabled: boolean;
3814
3814
  /**
3815
3815
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3816
3816
  */
3817
- propertiesEnabled?: boolean;
3817
+ propertiesEnabled: boolean;
3818
3818
  /**
3819
3819
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3820
3820
  */
3821
- sourceOriginAbsenceDetection?: boolean;
3821
+ sourceOriginAbsenceDetection: boolean;
3822
3822
  /**
3823
3823
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3824
3824
  */
3825
- statisticsEnabled?: boolean;
3825
+ statisticsEnabled: boolean;
3826
3826
  }
3827
3827
  export interface RemoteRpmRepositoryContentSynchronisation {
3828
3828
  /**
3829
3829
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3830
3830
  */
3831
- enabled?: boolean;
3831
+ enabled: boolean;
3832
3832
  /**
3833
3833
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3834
3834
  */
3835
- propertiesEnabled?: boolean;
3835
+ propertiesEnabled: boolean;
3836
3836
  /**
3837
3837
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3838
3838
  */
3839
- sourceOriginAbsenceDetection?: boolean;
3839
+ sourceOriginAbsenceDetection: boolean;
3840
3840
  /**
3841
3841
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3842
3842
  */
3843
- statisticsEnabled?: boolean;
3843
+ statisticsEnabled: boolean;
3844
3844
  }
3845
3845
  export interface RemoteSbtRepositoryContentSynchronisation {
3846
3846
  /**
3847
3847
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3848
3848
  */
3849
- enabled?: boolean;
3849
+ enabled: boolean;
3850
3850
  /**
3851
3851
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3852
3852
  */
3853
- propertiesEnabled?: boolean;
3853
+ propertiesEnabled: boolean;
3854
3854
  /**
3855
3855
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3856
3856
  */
3857
- sourceOriginAbsenceDetection?: boolean;
3857
+ sourceOriginAbsenceDetection: boolean;
3858
3858
  /**
3859
3859
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3860
3860
  */
3861
- statisticsEnabled?: boolean;
3861
+ statisticsEnabled: boolean;
3862
3862
  }
3863
3863
  export interface RemoteSwiftRepositoryContentSynchronisation {
3864
3864
  /**
3865
3865
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3866
3866
  */
3867
- enabled?: boolean;
3867
+ enabled: boolean;
3868
3868
  /**
3869
3869
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3870
3870
  */
3871
- propertiesEnabled?: boolean;
3871
+ propertiesEnabled: boolean;
3872
3872
  /**
3873
3873
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3874
3874
  */
3875
- sourceOriginAbsenceDetection?: boolean;
3875
+ sourceOriginAbsenceDetection: boolean;
3876
3876
  /**
3877
3877
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3878
3878
  */
3879
- statisticsEnabled?: boolean;
3879
+ statisticsEnabled: boolean;
3880
3880
  }
3881
3881
  export interface RemoteTerraformRepositoryContentSynchronisation {
3882
3882
  /**
3883
3883
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3884
3884
  */
3885
- enabled?: boolean;
3885
+ enabled: boolean;
3886
3886
  /**
3887
3887
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3888
3888
  */
3889
- propertiesEnabled?: boolean;
3889
+ propertiesEnabled: boolean;
3890
3890
  /**
3891
3891
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3892
3892
  */
3893
- sourceOriginAbsenceDetection?: boolean;
3893
+ sourceOriginAbsenceDetection: boolean;
3894
3894
  /**
3895
3895
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3896
3896
  */
3897
- statisticsEnabled?: boolean;
3897
+ statisticsEnabled: boolean;
3898
3898
  }
3899
3899
  export interface RemoteVcsRepositoryContentSynchronisation {
3900
3900
  /**
3901
3901
  * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
3902
3902
  */
3903
- enabled?: boolean;
3903
+ enabled: boolean;
3904
3904
  /**
3905
3905
  * If set, properties for artifacts that have been cached in this repository will be updated if they are modified in the artifact hosted at the remote Artifactory instance. The trigger to synchronize the properties is download of the artifact from the remote repository cache of the local Artifactory instance. Default value is 'false'.
3906
3906
  */
3907
- propertiesEnabled?: boolean;
3907
+ propertiesEnabled: boolean;
3908
3908
  /**
3909
3909
  * If set, Artifactory displays an indication on cached items if they have been deleted from the corresponding repository in the remote Artifactory instance. Default value is 'false'
3910
3910
  */
3911
- sourceOriginAbsenceDetection?: boolean;
3911
+ sourceOriginAbsenceDetection: boolean;
3912
3912
  /**
3913
3913
  * If set, Artifactory will notify the remote instance whenever an artifact in the Smart Remote Repository is downloaded locally so that it can update its download counter. Note that if this option is not set, there may be a discrepancy between the number of artifacts reported to have been downloaded in the different Artifactory instances of the proxy chain. Default value is 'false'.
3914
3914
  */
3915
- statisticsEnabled?: boolean;
3915
+ statisticsEnabled: boolean;
3916
3916
  }
3917
3917
  export interface UnmanagedUserPasswordPolicy {
3918
3918
  /**