@pulumi/artifactory 6.1.2 → 6.1.4

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.
package/types/output.d.ts CHANGED
@@ -31,6 +31,9 @@ export interface ArtifactCustomWebhookHandler {
31
31
  httpHeaders?: {
32
32
  [key: string]: string;
33
33
  };
34
+ /**
35
+ * This attribute is used to build the request body. Used in custom webhooks
36
+ */
34
37
  payload?: string;
35
38
  /**
36
39
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -80,6 +83,9 @@ export interface ArtifactPropertyCustomWebhookHandler {
80
83
  httpHeaders?: {
81
84
  [key: string]: string;
82
85
  };
86
+ /**
87
+ * This attribute is used to build the request body. Used in custom webhooks
88
+ */
83
89
  payload?: string;
84
90
  /**
85
91
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -209,6 +215,9 @@ export interface ArtifactoryReleaseBundleCustomWebhookHandler {
209
215
  httpHeaders?: {
210
216
  [key: string]: string;
211
217
  };
218
+ /**
219
+ * This attribute is used to build the request body. Used in custom webhooks
220
+ */
212
221
  payload?: string;
213
222
  /**
214
223
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -292,6 +301,9 @@ export interface BuildCustomWebhookHandler {
292
301
  httpHeaders?: {
293
302
  [key: string]: string;
294
303
  };
304
+ /**
305
+ * This attribute is used to build the request body. Used in custom webhooks
306
+ */
295
307
  payload?: string;
296
308
  /**
297
309
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -375,6 +387,9 @@ export interface DistributionCustomWebhookHandler {
375
387
  httpHeaders?: {
376
388
  [key: string]: string;
377
389
  };
390
+ /**
391
+ * This attribute is used to build the request body. Used in custom webhooks
392
+ */
378
393
  payload?: string;
379
394
  /**
380
395
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -462,6 +477,9 @@ export interface DockerCustomWebhookHandler {
462
477
  httpHeaders?: {
463
478
  [key: string]: string;
464
479
  };
480
+ /**
481
+ * This attribute is used to build the request body. Used in custom webhooks
482
+ */
465
483
  payload?: string;
466
484
  /**
467
485
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -987,7 +1005,13 @@ export interface GetFederatedDebianRepositoryMember {
987
1005
  url: string;
988
1006
  }
989
1007
  export interface GetFederatedDockerRepositoryMember {
1008
+ /**
1009
+ * Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
1010
+ */
990
1011
  enabled: boolean;
1012
+ /**
1013
+ * Full URL to ending with the repositoryName
1014
+ */
991
1015
  url: string;
992
1016
  }
993
1017
  export interface GetFederatedDockerV1RepositoryMember {
@@ -1381,189 +1405,561 @@ export interface GetPermissionTargetRepoActionsUser {
1381
1405
  permissions: string[];
1382
1406
  }
1383
1407
  export interface GetRemoteAlpineRepositoryContentSynchronisation {
1408
+ /**
1409
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1410
+ */
1384
1411
  enabled?: boolean;
1412
+ /**
1413
+ * 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'.
1414
+ */
1385
1415
  propertiesEnabled?: boolean;
1416
+ /**
1417
+ * 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'
1418
+ */
1386
1419
  sourceOriginAbsenceDetection?: boolean;
1420
+ /**
1421
+ * 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'.
1422
+ */
1387
1423
  statisticsEnabled?: boolean;
1388
1424
  }
1389
1425
  export interface GetRemoteBowerRepositoryContentSynchronisation {
1426
+ /**
1427
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1428
+ */
1390
1429
  enabled?: boolean;
1430
+ /**
1431
+ * 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'.
1432
+ */
1391
1433
  propertiesEnabled?: boolean;
1434
+ /**
1435
+ * 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'
1436
+ */
1392
1437
  sourceOriginAbsenceDetection?: boolean;
1438
+ /**
1439
+ * 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'.
1440
+ */
1393
1441
  statisticsEnabled?: boolean;
1394
1442
  }
1395
1443
  export interface GetRemoteCargoRepositoryContentSynchronisation {
1444
+ /**
1445
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1446
+ */
1396
1447
  enabled?: boolean;
1448
+ /**
1449
+ * 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'.
1450
+ */
1397
1451
  propertiesEnabled?: boolean;
1452
+ /**
1453
+ * 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'
1454
+ */
1398
1455
  sourceOriginAbsenceDetection?: boolean;
1456
+ /**
1457
+ * 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'.
1458
+ */
1399
1459
  statisticsEnabled?: boolean;
1400
1460
  }
1401
1461
  export interface GetRemoteChefRepositoryContentSynchronisation {
1462
+ /**
1463
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1464
+ */
1402
1465
  enabled?: boolean;
1466
+ /**
1467
+ * 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'.
1468
+ */
1403
1469
  propertiesEnabled?: boolean;
1470
+ /**
1471
+ * 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'
1472
+ */
1404
1473
  sourceOriginAbsenceDetection?: boolean;
1474
+ /**
1475
+ * 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'.
1476
+ */
1405
1477
  statisticsEnabled?: boolean;
1406
1478
  }
1407
1479
  export interface GetRemoteCocoapodsRepositoryContentSynchronisation {
1480
+ /**
1481
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1482
+ */
1408
1483
  enabled?: boolean;
1484
+ /**
1485
+ * 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'.
1486
+ */
1409
1487
  propertiesEnabled?: boolean;
1488
+ /**
1489
+ * 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'
1490
+ */
1410
1491
  sourceOriginAbsenceDetection?: boolean;
1492
+ /**
1493
+ * 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'.
1494
+ */
1411
1495
  statisticsEnabled?: boolean;
1412
1496
  }
1413
1497
  export interface GetRemoteComposerRepositoryContentSynchronisation {
1498
+ /**
1499
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1500
+ */
1414
1501
  enabled?: boolean;
1502
+ /**
1503
+ * 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'.
1504
+ */
1415
1505
  propertiesEnabled?: boolean;
1506
+ /**
1507
+ * 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'
1508
+ */
1416
1509
  sourceOriginAbsenceDetection?: boolean;
1510
+ /**
1511
+ * 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'.
1512
+ */
1417
1513
  statisticsEnabled?: boolean;
1418
1514
  }
1419
1515
  export interface GetRemoteConanRepositoryContentSynchronisation {
1516
+ /**
1517
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1518
+ */
1420
1519
  enabled?: boolean;
1520
+ /**
1521
+ * 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'.
1522
+ */
1421
1523
  propertiesEnabled?: boolean;
1524
+ /**
1525
+ * 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'
1526
+ */
1422
1527
  sourceOriginAbsenceDetection?: boolean;
1528
+ /**
1529
+ * 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'.
1530
+ */
1423
1531
  statisticsEnabled?: boolean;
1424
1532
  }
1425
1533
  export interface GetRemoteCondaRepositoryContentSynchronisation {
1534
+ /**
1535
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1536
+ */
1426
1537
  enabled?: boolean;
1538
+ /**
1539
+ * 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'.
1540
+ */
1427
1541
  propertiesEnabled?: boolean;
1542
+ /**
1543
+ * 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'
1544
+ */
1428
1545
  sourceOriginAbsenceDetection?: boolean;
1546
+ /**
1547
+ * 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'.
1548
+ */
1429
1549
  statisticsEnabled?: boolean;
1430
1550
  }
1431
1551
  export interface GetRemoteCranRepositoryContentSynchronisation {
1552
+ /**
1553
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1554
+ */
1432
1555
  enabled?: boolean;
1556
+ /**
1557
+ * 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'.
1558
+ */
1433
1559
  propertiesEnabled?: boolean;
1560
+ /**
1561
+ * 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'
1562
+ */
1434
1563
  sourceOriginAbsenceDetection?: boolean;
1564
+ /**
1565
+ * 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'.
1566
+ */
1435
1567
  statisticsEnabled?: boolean;
1436
1568
  }
1437
1569
  export interface GetRemoteDebianRepositoryContentSynchronisation {
1570
+ /**
1571
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1572
+ */
1438
1573
  enabled?: boolean;
1574
+ /**
1575
+ * 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'.
1576
+ */
1439
1577
  propertiesEnabled?: boolean;
1578
+ /**
1579
+ * 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'
1580
+ */
1440
1581
  sourceOriginAbsenceDetection?: boolean;
1582
+ /**
1583
+ * 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'.
1584
+ */
1441
1585
  statisticsEnabled?: boolean;
1442
1586
  }
1443
1587
  export interface GetRemoteDockerRepositoryContentSynchronisation {
1588
+ /**
1589
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1590
+ */
1444
1591
  enabled?: boolean;
1592
+ /**
1593
+ * 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'.
1594
+ */
1445
1595
  propertiesEnabled?: boolean;
1596
+ /**
1597
+ * 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'
1598
+ */
1446
1599
  sourceOriginAbsenceDetection?: boolean;
1600
+ /**
1601
+ * 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'.
1602
+ */
1447
1603
  statisticsEnabled?: boolean;
1448
1604
  }
1449
1605
  export interface GetRemoteGemsRepositoryContentSynchronisation {
1606
+ /**
1607
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1608
+ */
1450
1609
  enabled?: boolean;
1610
+ /**
1611
+ * 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'.
1612
+ */
1451
1613
  propertiesEnabled?: boolean;
1614
+ /**
1615
+ * 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'
1616
+ */
1452
1617
  sourceOriginAbsenceDetection?: boolean;
1618
+ /**
1619
+ * 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'.
1620
+ */
1453
1621
  statisticsEnabled?: boolean;
1454
1622
  }
1455
1623
  export interface GetRemoteGenericRepositoryContentSynchronisation {
1624
+ /**
1625
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1626
+ */
1456
1627
  enabled?: boolean;
1628
+ /**
1629
+ * 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'.
1630
+ */
1457
1631
  propertiesEnabled?: boolean;
1632
+ /**
1633
+ * 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'
1634
+ */
1458
1635
  sourceOriginAbsenceDetection?: boolean;
1636
+ /**
1637
+ * 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'.
1638
+ */
1459
1639
  statisticsEnabled?: boolean;
1460
1640
  }
1461
1641
  export interface GetRemoteGitlfsRepositoryContentSynchronisation {
1642
+ /**
1643
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1644
+ */
1462
1645
  enabled?: boolean;
1646
+ /**
1647
+ * 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'.
1648
+ */
1463
1649
  propertiesEnabled?: boolean;
1650
+ /**
1651
+ * 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'
1652
+ */
1464
1653
  sourceOriginAbsenceDetection?: boolean;
1654
+ /**
1655
+ * 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'.
1656
+ */
1465
1657
  statisticsEnabled?: boolean;
1466
1658
  }
1467
1659
  export interface GetRemoteGoRepositoryContentSynchronisation {
1660
+ /**
1661
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1662
+ */
1468
1663
  enabled?: boolean;
1664
+ /**
1665
+ * 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'.
1666
+ */
1469
1667
  propertiesEnabled?: boolean;
1668
+ /**
1669
+ * 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'
1670
+ */
1470
1671
  sourceOriginAbsenceDetection?: boolean;
1672
+ /**
1673
+ * 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'.
1674
+ */
1471
1675
  statisticsEnabled?: boolean;
1472
1676
  }
1473
1677
  export interface GetRemoteGradleRepositoryContentSynchronisation {
1678
+ /**
1679
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1680
+ */
1474
1681
  enabled?: boolean;
1682
+ /**
1683
+ * 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'.
1684
+ */
1475
1685
  propertiesEnabled?: boolean;
1686
+ /**
1687
+ * 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'
1688
+ */
1476
1689
  sourceOriginAbsenceDetection?: boolean;
1690
+ /**
1691
+ * 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'.
1692
+ */
1477
1693
  statisticsEnabled?: boolean;
1478
1694
  }
1479
1695
  export interface GetRemoteHelmRepositoryContentSynchronisation {
1696
+ /**
1697
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1698
+ */
1480
1699
  enabled?: boolean;
1700
+ /**
1701
+ * 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'.
1702
+ */
1481
1703
  propertiesEnabled?: boolean;
1704
+ /**
1705
+ * 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'
1706
+ */
1482
1707
  sourceOriginAbsenceDetection?: boolean;
1708
+ /**
1709
+ * 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'.
1710
+ */
1483
1711
  statisticsEnabled?: boolean;
1484
1712
  }
1485
1713
  export interface GetRemoteIvyRepositoryContentSynchronisation {
1714
+ /**
1715
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1716
+ */
1486
1717
  enabled?: boolean;
1718
+ /**
1719
+ * 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'.
1720
+ */
1487
1721
  propertiesEnabled?: boolean;
1722
+ /**
1723
+ * 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'
1724
+ */
1488
1725
  sourceOriginAbsenceDetection?: boolean;
1726
+ /**
1727
+ * 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'.
1728
+ */
1489
1729
  statisticsEnabled?: boolean;
1490
1730
  }
1491
1731
  export interface GetRemoteMavenRepositoryContentSynchronisation {
1732
+ /**
1733
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1734
+ */
1492
1735
  enabled?: boolean;
1736
+ /**
1737
+ * 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'.
1738
+ */
1493
1739
  propertiesEnabled?: boolean;
1740
+ /**
1741
+ * 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'
1742
+ */
1494
1743
  sourceOriginAbsenceDetection?: boolean;
1744
+ /**
1745
+ * 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'.
1746
+ */
1495
1747
  statisticsEnabled?: boolean;
1496
1748
  }
1497
1749
  export interface GetRemoteNpmRepositoryContentSynchronisation {
1750
+ /**
1751
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1752
+ */
1498
1753
  enabled?: boolean;
1754
+ /**
1755
+ * 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'.
1756
+ */
1499
1757
  propertiesEnabled?: boolean;
1758
+ /**
1759
+ * 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'
1760
+ */
1500
1761
  sourceOriginAbsenceDetection?: boolean;
1762
+ /**
1763
+ * 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'.
1764
+ */
1501
1765
  statisticsEnabled?: boolean;
1502
1766
  }
1503
1767
  export interface GetRemoteNugetRepositoryContentSynchronisation {
1768
+ /**
1769
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1770
+ */
1504
1771
  enabled?: boolean;
1772
+ /**
1773
+ * 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'.
1774
+ */
1505
1775
  propertiesEnabled?: boolean;
1776
+ /**
1777
+ * 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'
1778
+ */
1506
1779
  sourceOriginAbsenceDetection?: boolean;
1780
+ /**
1781
+ * 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'.
1782
+ */
1507
1783
  statisticsEnabled?: boolean;
1508
1784
  }
1509
1785
  export interface GetRemoteOpkgRepositoryContentSynchronisation {
1786
+ /**
1787
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1788
+ */
1510
1789
  enabled?: boolean;
1790
+ /**
1791
+ * 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'.
1792
+ */
1511
1793
  propertiesEnabled?: boolean;
1794
+ /**
1795
+ * 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'
1796
+ */
1512
1797
  sourceOriginAbsenceDetection?: boolean;
1798
+ /**
1799
+ * 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'.
1800
+ */
1513
1801
  statisticsEnabled?: boolean;
1514
1802
  }
1515
1803
  export interface GetRemoteP2RepositoryContentSynchronisation {
1804
+ /**
1805
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1806
+ */
1516
1807
  enabled?: boolean;
1808
+ /**
1809
+ * 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'.
1810
+ */
1517
1811
  propertiesEnabled?: boolean;
1812
+ /**
1813
+ * 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'
1814
+ */
1518
1815
  sourceOriginAbsenceDetection?: boolean;
1816
+ /**
1817
+ * 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'.
1818
+ */
1519
1819
  statisticsEnabled?: boolean;
1520
1820
  }
1521
1821
  export interface GetRemotePubRepositoryContentSynchronisation {
1822
+ /**
1823
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1824
+ */
1522
1825
  enabled?: boolean;
1826
+ /**
1827
+ * 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'.
1828
+ */
1523
1829
  propertiesEnabled?: boolean;
1830
+ /**
1831
+ * 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'
1832
+ */
1524
1833
  sourceOriginAbsenceDetection?: boolean;
1834
+ /**
1835
+ * 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'.
1836
+ */
1525
1837
  statisticsEnabled?: boolean;
1526
1838
  }
1527
1839
  export interface GetRemotePuppetRepositoryContentSynchronisation {
1840
+ /**
1841
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1842
+ */
1528
1843
  enabled?: boolean;
1844
+ /**
1845
+ * 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'.
1846
+ */
1529
1847
  propertiesEnabled?: boolean;
1848
+ /**
1849
+ * 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'
1850
+ */
1530
1851
  sourceOriginAbsenceDetection?: boolean;
1852
+ /**
1853
+ * 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'.
1854
+ */
1531
1855
  statisticsEnabled?: boolean;
1532
1856
  }
1533
1857
  export interface GetRemotePypiRepositoryContentSynchronisation {
1858
+ /**
1859
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1860
+ */
1534
1861
  enabled?: boolean;
1862
+ /**
1863
+ * 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'.
1864
+ */
1535
1865
  propertiesEnabled?: boolean;
1866
+ /**
1867
+ * 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'
1868
+ */
1536
1869
  sourceOriginAbsenceDetection?: boolean;
1870
+ /**
1871
+ * 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'.
1872
+ */
1537
1873
  statisticsEnabled?: boolean;
1538
1874
  }
1539
1875
  export interface GetRemoteRpmRepositoryContentSynchronisation {
1876
+ /**
1877
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1878
+ */
1540
1879
  enabled?: boolean;
1880
+ /**
1881
+ * 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'.
1882
+ */
1541
1883
  propertiesEnabled?: boolean;
1884
+ /**
1885
+ * 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'
1886
+ */
1542
1887
  sourceOriginAbsenceDetection?: boolean;
1888
+ /**
1889
+ * 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'.
1890
+ */
1543
1891
  statisticsEnabled?: boolean;
1544
1892
  }
1545
1893
  export interface GetRemoteSbtRepositoryContentSynchronisation {
1894
+ /**
1895
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1896
+ */
1546
1897
  enabled?: boolean;
1898
+ /**
1899
+ * 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'.
1900
+ */
1547
1901
  propertiesEnabled?: boolean;
1902
+ /**
1903
+ * 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'
1904
+ */
1548
1905
  sourceOriginAbsenceDetection?: boolean;
1906
+ /**
1907
+ * 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'.
1908
+ */
1549
1909
  statisticsEnabled?: boolean;
1550
1910
  }
1551
1911
  export interface GetRemoteSwiftRepositoryContentSynchronisation {
1912
+ /**
1913
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1914
+ */
1552
1915
  enabled?: boolean;
1916
+ /**
1917
+ * 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'.
1918
+ */
1553
1919
  propertiesEnabled?: boolean;
1920
+ /**
1921
+ * 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'
1922
+ */
1554
1923
  sourceOriginAbsenceDetection?: boolean;
1924
+ /**
1925
+ * 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'.
1926
+ */
1555
1927
  statisticsEnabled?: boolean;
1556
1928
  }
1557
1929
  export interface GetRemoteTerraformRepositoryContentSynchronisation {
1930
+ /**
1931
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1932
+ */
1558
1933
  enabled?: boolean;
1934
+ /**
1935
+ * 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'.
1936
+ */
1559
1937
  propertiesEnabled?: boolean;
1938
+ /**
1939
+ * 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'
1940
+ */
1560
1941
  sourceOriginAbsenceDetection?: boolean;
1942
+ /**
1943
+ * 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'.
1944
+ */
1561
1945
  statisticsEnabled?: boolean;
1562
1946
  }
1563
1947
  export interface GetRemoteVcsRepositoryContentSynchronisation {
1948
+ /**
1949
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
1950
+ */
1564
1951
  enabled?: boolean;
1952
+ /**
1953
+ * 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'.
1954
+ */
1565
1955
  propertiesEnabled?: boolean;
1956
+ /**
1957
+ * 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'
1958
+ */
1566
1959
  sourceOriginAbsenceDetection?: boolean;
1960
+ /**
1961
+ * 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'.
1962
+ */
1567
1963
  statisticsEnabled?: boolean;
1568
1964
  }
1569
1965
  export interface GetRepositoriesRepo {
@@ -1879,6 +2275,9 @@ export interface ReleaseBundleCustomWebhookHandler {
1879
2275
  httpHeaders?: {
1880
2276
  [key: string]: string;
1881
2277
  };
2278
+ /**
2279
+ * This attribute is used to build the request body. Used in custom webhooks
2280
+ */
1882
2281
  payload?: string;
1883
2282
  /**
1884
2283
  * Proxy key from Artifactory UI (Administration > Proxies > Configuration).
@@ -1938,195 +2337,579 @@ export interface ReleaseBundleWebhookHandler {
1938
2337
  url: string;
1939
2338
  }
1940
2339
  export interface RemoteAlpineRepositoryContentSynchronisation {
2340
+ /**
2341
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2342
+ */
1941
2343
  enabled?: boolean;
2344
+ /**
2345
+ * 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'.
2346
+ */
1942
2347
  propertiesEnabled?: boolean;
2348
+ /**
2349
+ * 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'
2350
+ */
1943
2351
  sourceOriginAbsenceDetection?: boolean;
2352
+ /**
2353
+ * 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'.
2354
+ */
1944
2355
  statisticsEnabled?: boolean;
1945
2356
  }
1946
2357
  export interface RemoteBowerRepositoryContentSynchronisation {
2358
+ /**
2359
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2360
+ */
1947
2361
  enabled?: boolean;
2362
+ /**
2363
+ * 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'.
2364
+ */
1948
2365
  propertiesEnabled?: boolean;
2366
+ /**
2367
+ * 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'
2368
+ */
1949
2369
  sourceOriginAbsenceDetection?: boolean;
2370
+ /**
2371
+ * 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'.
2372
+ */
1950
2373
  statisticsEnabled?: boolean;
1951
2374
  }
1952
2375
  export interface RemoteCargoRepositoryContentSynchronisation {
2376
+ /**
2377
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2378
+ */
1953
2379
  enabled?: boolean;
2380
+ /**
2381
+ * 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'.
2382
+ */
1954
2383
  propertiesEnabled?: boolean;
2384
+ /**
2385
+ * 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'
2386
+ */
1955
2387
  sourceOriginAbsenceDetection?: boolean;
2388
+ /**
2389
+ * 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'.
2390
+ */
1956
2391
  statisticsEnabled?: boolean;
1957
2392
  }
1958
2393
  export interface RemoteChefRepositoryContentSynchronisation {
2394
+ /**
2395
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2396
+ */
1959
2397
  enabled?: boolean;
2398
+ /**
2399
+ * 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'.
2400
+ */
1960
2401
  propertiesEnabled?: boolean;
2402
+ /**
2403
+ * 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'
2404
+ */
1961
2405
  sourceOriginAbsenceDetection?: boolean;
2406
+ /**
2407
+ * 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'.
2408
+ */
1962
2409
  statisticsEnabled?: boolean;
1963
2410
  }
1964
2411
  export interface RemoteCocoapodsRepositoryContentSynchronisation {
2412
+ /**
2413
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2414
+ */
1965
2415
  enabled?: boolean;
2416
+ /**
2417
+ * 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'.
2418
+ */
1966
2419
  propertiesEnabled?: boolean;
2420
+ /**
2421
+ * 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'
2422
+ */
1967
2423
  sourceOriginAbsenceDetection?: boolean;
2424
+ /**
2425
+ * 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'.
2426
+ */
1968
2427
  statisticsEnabled?: boolean;
1969
2428
  }
1970
2429
  export interface RemoteComposerRepositoryContentSynchronisation {
2430
+ /**
2431
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2432
+ */
1971
2433
  enabled?: boolean;
2434
+ /**
2435
+ * 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'.
2436
+ */
1972
2437
  propertiesEnabled?: boolean;
2438
+ /**
2439
+ * 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'
2440
+ */
1973
2441
  sourceOriginAbsenceDetection?: boolean;
2442
+ /**
2443
+ * 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'.
2444
+ */
1974
2445
  statisticsEnabled?: boolean;
1975
2446
  }
1976
2447
  export interface RemoteConanRepositoryContentSynchronisation {
2448
+ /**
2449
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2450
+ */
1977
2451
  enabled?: boolean;
2452
+ /**
2453
+ * 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'.
2454
+ */
1978
2455
  propertiesEnabled?: boolean;
2456
+ /**
2457
+ * 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'
2458
+ */
1979
2459
  sourceOriginAbsenceDetection?: boolean;
2460
+ /**
2461
+ * 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'.
2462
+ */
1980
2463
  statisticsEnabled?: boolean;
1981
2464
  }
1982
2465
  export interface RemoteCondaRepositoryContentSynchronisation {
2466
+ /**
2467
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2468
+ */
1983
2469
  enabled?: boolean;
2470
+ /**
2471
+ * 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'.
2472
+ */
1984
2473
  propertiesEnabled?: boolean;
2474
+ /**
2475
+ * 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'
2476
+ */
1985
2477
  sourceOriginAbsenceDetection?: boolean;
2478
+ /**
2479
+ * 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'.
2480
+ */
1986
2481
  statisticsEnabled?: boolean;
1987
2482
  }
1988
2483
  export interface RemoteCranRepositoryContentSynchronisation {
2484
+ /**
2485
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2486
+ */
1989
2487
  enabled?: boolean;
2488
+ /**
2489
+ * 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'.
2490
+ */
1990
2491
  propertiesEnabled?: boolean;
2492
+ /**
2493
+ * 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'
2494
+ */
1991
2495
  sourceOriginAbsenceDetection?: boolean;
2496
+ /**
2497
+ * 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'.
2498
+ */
1992
2499
  statisticsEnabled?: boolean;
1993
2500
  }
1994
2501
  export interface RemoteDebianRepositoryContentSynchronisation {
2502
+ /**
2503
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2504
+ */
1995
2505
  enabled?: boolean;
2506
+ /**
2507
+ * 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'.
2508
+ */
1996
2509
  propertiesEnabled?: boolean;
2510
+ /**
2511
+ * 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'
2512
+ */
1997
2513
  sourceOriginAbsenceDetection?: boolean;
2514
+ /**
2515
+ * 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'.
2516
+ */
1998
2517
  statisticsEnabled?: boolean;
1999
2518
  }
2000
2519
  export interface RemoteDockerRepositoryContentSynchronisation {
2520
+ /**
2521
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2522
+ */
2001
2523
  enabled?: boolean;
2524
+ /**
2525
+ * 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'.
2526
+ */
2002
2527
  propertiesEnabled?: boolean;
2528
+ /**
2529
+ * 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'
2530
+ */
2003
2531
  sourceOriginAbsenceDetection?: boolean;
2532
+ /**
2533
+ * 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'.
2534
+ */
2004
2535
  statisticsEnabled?: boolean;
2005
2536
  }
2006
2537
  export interface RemoteGemsRepositoryContentSynchronisation {
2538
+ /**
2539
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2540
+ */
2007
2541
  enabled?: boolean;
2542
+ /**
2543
+ * 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'.
2544
+ */
2008
2545
  propertiesEnabled?: boolean;
2546
+ /**
2547
+ * 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'
2548
+ */
2009
2549
  sourceOriginAbsenceDetection?: boolean;
2550
+ /**
2551
+ * 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'.
2552
+ */
2010
2553
  statisticsEnabled?: boolean;
2011
2554
  }
2012
2555
  export interface RemoteGenericRepositoryContentSynchronisation {
2556
+ /**
2557
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2558
+ */
2013
2559
  enabled?: boolean;
2560
+ /**
2561
+ * 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'.
2562
+ */
2014
2563
  propertiesEnabled?: boolean;
2564
+ /**
2565
+ * 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'
2566
+ */
2015
2567
  sourceOriginAbsenceDetection?: boolean;
2568
+ /**
2569
+ * 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'.
2570
+ */
2016
2571
  statisticsEnabled?: boolean;
2017
2572
  }
2018
2573
  export interface RemoteGitlfsRepositoryContentSynchronisation {
2574
+ /**
2575
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2576
+ */
2019
2577
  enabled?: boolean;
2578
+ /**
2579
+ * 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'.
2580
+ */
2020
2581
  propertiesEnabled?: boolean;
2582
+ /**
2583
+ * 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'
2584
+ */
2021
2585
  sourceOriginAbsenceDetection?: boolean;
2586
+ /**
2587
+ * 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'.
2588
+ */
2022
2589
  statisticsEnabled?: boolean;
2023
2590
  }
2024
2591
  export interface RemoteGoRepositoryContentSynchronisation {
2592
+ /**
2593
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2594
+ */
2025
2595
  enabled?: boolean;
2596
+ /**
2597
+ * 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'.
2598
+ */
2026
2599
  propertiesEnabled?: boolean;
2600
+ /**
2601
+ * 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'
2602
+ */
2027
2603
  sourceOriginAbsenceDetection?: boolean;
2604
+ /**
2605
+ * 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'.
2606
+ */
2028
2607
  statisticsEnabled?: boolean;
2029
2608
  }
2030
2609
  export interface RemoteGradleRepositoryContentSynchronisation {
2610
+ /**
2611
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2612
+ */
2031
2613
  enabled?: boolean;
2614
+ /**
2615
+ * 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'.
2616
+ */
2032
2617
  propertiesEnabled?: boolean;
2618
+ /**
2619
+ * 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'
2620
+ */
2033
2621
  sourceOriginAbsenceDetection?: boolean;
2622
+ /**
2623
+ * 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'.
2624
+ */
2034
2625
  statisticsEnabled?: boolean;
2035
2626
  }
2036
2627
  export interface RemoteHelmRepositoryContentSynchronisation {
2628
+ /**
2629
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2630
+ */
2037
2631
  enabled?: boolean;
2632
+ /**
2633
+ * 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'.
2634
+ */
2038
2635
  propertiesEnabled?: boolean;
2636
+ /**
2637
+ * 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'
2638
+ */
2039
2639
  sourceOriginAbsenceDetection?: boolean;
2640
+ /**
2641
+ * 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'.
2642
+ */
2040
2643
  statisticsEnabled?: boolean;
2041
2644
  }
2042
2645
  export interface RemoteHuggingfacemlRepositoryContentSynchronisation {
2646
+ /**
2647
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2648
+ */
2043
2649
  enabled?: boolean;
2650
+ /**
2651
+ * 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'.
2652
+ */
2044
2653
  propertiesEnabled?: boolean;
2654
+ /**
2655
+ * 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'
2656
+ */
2045
2657
  sourceOriginAbsenceDetection?: boolean;
2658
+ /**
2659
+ * 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'.
2660
+ */
2046
2661
  statisticsEnabled?: boolean;
2047
2662
  }
2048
2663
  export interface RemoteIvyRepositoryContentSynchronisation {
2664
+ /**
2665
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2666
+ */
2049
2667
  enabled?: boolean;
2668
+ /**
2669
+ * 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'.
2670
+ */
2050
2671
  propertiesEnabled?: boolean;
2672
+ /**
2673
+ * 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'
2674
+ */
2051
2675
  sourceOriginAbsenceDetection?: boolean;
2676
+ /**
2677
+ * 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'.
2678
+ */
2052
2679
  statisticsEnabled?: boolean;
2053
2680
  }
2054
2681
  export interface RemoteMavenRepositoryContentSynchronisation {
2682
+ /**
2683
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2684
+ */
2055
2685
  enabled?: boolean;
2686
+ /**
2687
+ * 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'.
2688
+ */
2056
2689
  propertiesEnabled?: boolean;
2690
+ /**
2691
+ * 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'
2692
+ */
2057
2693
  sourceOriginAbsenceDetection?: boolean;
2694
+ /**
2695
+ * 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'.
2696
+ */
2058
2697
  statisticsEnabled?: boolean;
2059
2698
  }
2060
2699
  export interface RemoteNpmRepositoryContentSynchronisation {
2700
+ /**
2701
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2702
+ */
2061
2703
  enabled?: boolean;
2704
+ /**
2705
+ * 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'.
2706
+ */
2062
2707
  propertiesEnabled?: boolean;
2708
+ /**
2709
+ * 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'
2710
+ */
2063
2711
  sourceOriginAbsenceDetection?: boolean;
2712
+ /**
2713
+ * 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'.
2714
+ */
2064
2715
  statisticsEnabled?: boolean;
2065
2716
  }
2066
2717
  export interface RemoteNugetRepositoryContentSynchronisation {
2718
+ /**
2719
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2720
+ */
2067
2721
  enabled?: boolean;
2722
+ /**
2723
+ * 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'.
2724
+ */
2068
2725
  propertiesEnabled?: boolean;
2726
+ /**
2727
+ * 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'
2728
+ */
2069
2729
  sourceOriginAbsenceDetection?: boolean;
2730
+ /**
2731
+ * 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'.
2732
+ */
2070
2733
  statisticsEnabled?: boolean;
2071
2734
  }
2072
2735
  export interface RemoteOpkgRepositoryContentSynchronisation {
2736
+ /**
2737
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2738
+ */
2073
2739
  enabled?: boolean;
2740
+ /**
2741
+ * 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'.
2742
+ */
2074
2743
  propertiesEnabled?: boolean;
2744
+ /**
2745
+ * 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'
2746
+ */
2075
2747
  sourceOriginAbsenceDetection?: boolean;
2748
+ /**
2749
+ * 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'.
2750
+ */
2076
2751
  statisticsEnabled?: boolean;
2077
2752
  }
2078
2753
  export interface RemoteP2RepositoryContentSynchronisation {
2754
+ /**
2755
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2756
+ */
2079
2757
  enabled?: boolean;
2758
+ /**
2759
+ * 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'.
2760
+ */
2080
2761
  propertiesEnabled?: boolean;
2762
+ /**
2763
+ * 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'
2764
+ */
2081
2765
  sourceOriginAbsenceDetection?: boolean;
2766
+ /**
2767
+ * 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'.
2768
+ */
2082
2769
  statisticsEnabled?: boolean;
2083
2770
  }
2084
2771
  export interface RemotePubRepositoryContentSynchronisation {
2772
+ /**
2773
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2774
+ */
2085
2775
  enabled?: boolean;
2776
+ /**
2777
+ * 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'.
2778
+ */
2086
2779
  propertiesEnabled?: boolean;
2780
+ /**
2781
+ * 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'
2782
+ */
2087
2783
  sourceOriginAbsenceDetection?: boolean;
2784
+ /**
2785
+ * 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'.
2786
+ */
2088
2787
  statisticsEnabled?: boolean;
2089
2788
  }
2090
2789
  export interface RemotePuppetRepositoryContentSynchronisation {
2790
+ /**
2791
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2792
+ */
2091
2793
  enabled?: boolean;
2794
+ /**
2795
+ * 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'.
2796
+ */
2092
2797
  propertiesEnabled?: boolean;
2798
+ /**
2799
+ * 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'
2800
+ */
2093
2801
  sourceOriginAbsenceDetection?: boolean;
2802
+ /**
2803
+ * 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'.
2804
+ */
2094
2805
  statisticsEnabled?: boolean;
2095
2806
  }
2096
2807
  export interface RemotePypiRepositoryContentSynchronisation {
2808
+ /**
2809
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2810
+ */
2097
2811
  enabled?: boolean;
2812
+ /**
2813
+ * 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'.
2814
+ */
2098
2815
  propertiesEnabled?: boolean;
2816
+ /**
2817
+ * 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'
2818
+ */
2099
2819
  sourceOriginAbsenceDetection?: boolean;
2820
+ /**
2821
+ * 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'.
2822
+ */
2100
2823
  statisticsEnabled?: boolean;
2101
2824
  }
2102
2825
  export interface RemoteRpmRepositoryContentSynchronisation {
2826
+ /**
2827
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2828
+ */
2103
2829
  enabled?: boolean;
2830
+ /**
2831
+ * 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'.
2832
+ */
2104
2833
  propertiesEnabled?: boolean;
2834
+ /**
2835
+ * 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'
2836
+ */
2105
2837
  sourceOriginAbsenceDetection?: boolean;
2838
+ /**
2839
+ * 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'.
2840
+ */
2106
2841
  statisticsEnabled?: boolean;
2107
2842
  }
2108
2843
  export interface RemoteSbtRepositoryContentSynchronisation {
2844
+ /**
2845
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2846
+ */
2109
2847
  enabled?: boolean;
2848
+ /**
2849
+ * 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'.
2850
+ */
2110
2851
  propertiesEnabled?: boolean;
2852
+ /**
2853
+ * 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'
2854
+ */
2111
2855
  sourceOriginAbsenceDetection?: boolean;
2856
+ /**
2857
+ * 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'.
2858
+ */
2112
2859
  statisticsEnabled?: boolean;
2113
2860
  }
2114
2861
  export interface RemoteSwiftRepositoryContentSynchronisation {
2862
+ /**
2863
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2864
+ */
2115
2865
  enabled?: boolean;
2866
+ /**
2867
+ * 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'.
2868
+ */
2116
2869
  propertiesEnabled?: boolean;
2870
+ /**
2871
+ * 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'
2872
+ */
2117
2873
  sourceOriginAbsenceDetection?: boolean;
2874
+ /**
2875
+ * 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'.
2876
+ */
2118
2877
  statisticsEnabled?: boolean;
2119
2878
  }
2120
2879
  export interface RemoteTerraformRepositoryContentSynchronisation {
2880
+ /**
2881
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2882
+ */
2121
2883
  enabled?: boolean;
2884
+ /**
2885
+ * 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'.
2886
+ */
2122
2887
  propertiesEnabled?: boolean;
2888
+ /**
2889
+ * 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'
2890
+ */
2123
2891
  sourceOriginAbsenceDetection?: boolean;
2892
+ /**
2893
+ * 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'.
2894
+ */
2124
2895
  statisticsEnabled?: boolean;
2125
2896
  }
2126
2897
  export interface RemoteVcsRepositoryContentSynchronisation {
2898
+ /**
2899
+ * If set, Remote repository proxies a local or remote repository from another instance of Artifactory. Default value is 'false'.
2900
+ */
2127
2901
  enabled?: boolean;
2902
+ /**
2903
+ * 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'.
2904
+ */
2128
2905
  propertiesEnabled?: boolean;
2906
+ /**
2907
+ * 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'
2908
+ */
2129
2909
  sourceOriginAbsenceDetection?: boolean;
2910
+ /**
2911
+ * 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'.
2912
+ */
2130
2913
  statisticsEnabled?: boolean;
2131
2914
  }
2132
2915
  export interface ReplicationConfigReplication {