@pulumi/artifactory 7.10.0 → 8.0.0

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 (57) hide show
  1. package/README.md +1 -2
  2. package/config/vars.d.ts +0 -4
  3. package/config/vars.js +0 -7
  4. package/config/vars.js.map +1 -1
  5. package/index.d.ts +0 -9
  6. package/index.js +10 -25
  7. package/index.js.map +1 -1
  8. package/package.json +2 -2
  9. package/provider.d.ts +0 -6
  10. package/provider.js +0 -2
  11. package/provider.js.map +1 -1
  12. package/remoteAlpineRepository.d.ts +3 -3
  13. package/remoteAnsibleRepository.d.ts +3 -3
  14. package/remoteBowerRepository.d.ts +3 -3
  15. package/remoteCargoRepository.d.ts +3 -3
  16. package/remoteChefRepository.d.ts +3 -3
  17. package/remoteCocoapodsRepository.d.ts +3 -3
  18. package/remoteComposerRepository.d.ts +3 -3
  19. package/remoteConanRepository.d.ts +3 -3
  20. package/remoteCondaRepository.d.ts +3 -3
  21. package/remoteCranRepository.d.ts +3 -3
  22. package/remoteDebianRepository.d.ts +3 -3
  23. package/remoteDockerRepository.d.ts +3 -3
  24. package/remoteGemsRepository.d.ts +3 -3
  25. package/remoteGenericRepository.d.ts +3 -3
  26. package/remoteGitlfsRepository.d.ts +3 -3
  27. package/remoteGoRepository.d.ts +3 -3
  28. package/remoteGradleRepository.d.ts +3 -3
  29. package/remoteHelmRepository.d.ts +3 -3
  30. package/remoteHelmociRepository.d.ts +3 -3
  31. package/remoteHuggingfacemlRepository.d.ts +3 -3
  32. package/remoteIvyRepository.d.ts +3 -3
  33. package/remoteMavenRepository.d.ts +3 -3
  34. package/remoteNpmRepository.d.ts +3 -3
  35. package/remoteNugetRepository.d.ts +3 -3
  36. package/remoteOciRepository.d.ts +3 -3
  37. package/remoteOpkgRepository.d.ts +3 -3
  38. package/remoteP2Repository.d.ts +3 -3
  39. package/remotePubRepository.d.ts +3 -3
  40. package/remotePuppetRepository.d.ts +3 -3
  41. package/remotePypiRepository.d.ts +3 -3
  42. package/remoteRpmRepository.d.ts +3 -3
  43. package/remoteSbtRepository.d.ts +3 -3
  44. package/remoteSwiftRepository.d.ts +3 -3
  45. package/remoteTerraformRepository.d.ts +3 -3
  46. package/remoteVcsRepository.d.ts +3 -3
  47. package/types/input.d.ts +0 -21
  48. package/types/output.d.ts +0 -21
  49. package/accessToken.d.ts +0 -307
  50. package/accessToken.js +0 -239
  51. package/accessToken.js.map +0 -1
  52. package/replicationConfig.d.ts +0 -93
  53. package/replicationConfig.js +0 -95
  54. package/replicationConfig.js.map +0 -1
  55. package/singleReplicationConfig.d.ts +0 -115
  56. package/singleReplicationConfig.js +0 -98
  57. package/singleReplicationConfig.js.map +0 -1
@@ -131,7 +131,7 @@ export declare class RemoteCocoapodsRepository extends pulumi.CustomResource {
131
131
  readonly key: pulumi.Output<string>;
132
132
  /**
133
133
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
134
- * the 'Retrieval Cache Period'. Default value is 'true'.
134
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
135
135
  */
136
136
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
137
137
  /**
@@ -350,7 +350,7 @@ export interface RemoteCocoapodsRepositoryState {
350
350
  key?: pulumi.Input<string>;
351
351
  /**
352
352
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
353
- * the 'Retrieval Cache Period'. Default value is 'true'.
353
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
354
354
  */
355
355
  listRemoteFolderItems?: pulumi.Input<boolean>;
356
356
  /**
@@ -561,7 +561,7 @@ export interface RemoteCocoapodsRepositoryArgs {
561
561
  key: pulumi.Input<string>;
562
562
  /**
563
563
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
564
- * the 'Retrieval Cache Period'. Default value is 'true'.
564
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
565
565
  */
566
566
  listRemoteFolderItems?: pulumi.Input<boolean>;
567
567
  /**
@@ -134,7 +134,7 @@ export declare class RemoteComposerRepository extends pulumi.CustomResource {
134
134
  readonly key: pulumi.Output<string>;
135
135
  /**
136
136
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
137
- * the 'Retrieval Cache Period'. Default value is 'true'.
137
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
138
138
  */
139
139
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
140
140
  /**
@@ -352,7 +352,7 @@ export interface RemoteComposerRepositoryState {
352
352
  key?: pulumi.Input<string>;
353
353
  /**
354
354
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
355
- * the 'Retrieval Cache Period'. Default value is 'true'.
355
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
356
356
  */
357
357
  listRemoteFolderItems?: pulumi.Input<boolean>;
358
358
  /**
@@ -562,7 +562,7 @@ export interface RemoteComposerRepositoryArgs {
562
562
  key: pulumi.Input<string>;
563
563
  /**
564
564
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
565
- * the 'Retrieval Cache Period'. Default value is 'true'.
565
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
566
566
  */
567
567
  listRemoteFolderItems?: pulumi.Input<boolean>;
568
568
  /**
@@ -134,7 +134,7 @@ export declare class RemoteConanRepository extends pulumi.CustomResource {
134
134
  readonly key: pulumi.Output<string>;
135
135
  /**
136
136
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
137
- * the 'Retrieval Cache Period'. Default value is 'true'.
137
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
138
138
  */
139
139
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
140
140
  /**
@@ -344,7 +344,7 @@ export interface RemoteConanRepositoryState {
344
344
  key?: pulumi.Input<string>;
345
345
  /**
346
346
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
347
- * the 'Retrieval Cache Period'. Default value is 'true'.
347
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
348
348
  */
349
349
  listRemoteFolderItems?: pulumi.Input<boolean>;
350
350
  /**
@@ -546,7 +546,7 @@ export interface RemoteConanRepositoryArgs {
546
546
  key: pulumi.Input<string>;
547
547
  /**
548
548
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
549
- * the 'Retrieval Cache Period'. Default value is 'true'.
549
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
550
550
  */
551
551
  listRemoteFolderItems?: pulumi.Input<boolean>;
552
552
  /**
@@ -129,7 +129,7 @@ export declare class RemoteCondaRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteCondaRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteCondaRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -129,7 +129,7 @@ export declare class RemoteCranRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteCranRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteCranRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -129,7 +129,7 @@ export declare class RemoteDebianRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteDebianRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteDebianRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -162,7 +162,7 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
162
162
  readonly key: pulumi.Output<string>;
163
163
  /**
164
164
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
165
- * the 'Retrieval Cache Period'. Default value is 'true'.
165
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
166
166
  */
167
167
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
168
168
  /**
@@ -400,7 +400,7 @@ export interface RemoteDockerRepositoryState {
400
400
  key?: pulumi.Input<string>;
401
401
  /**
402
402
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
403
- * the 'Retrieval Cache Period'. Default value is 'true'.
403
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
404
404
  */
405
405
  listRemoteFolderItems?: pulumi.Input<boolean>;
406
406
  /**
@@ -630,7 +630,7 @@ export interface RemoteDockerRepositoryArgs {
630
630
  key: pulumi.Input<string>;
631
631
  /**
632
632
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
633
- * the 'Retrieval Cache Period'. Default value is 'true'.
633
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
634
634
  */
635
635
  listRemoteFolderItems?: pulumi.Input<boolean>;
636
636
  /**
@@ -129,7 +129,7 @@ export declare class RemoteGemsRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteGemsRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteGemsRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -128,7 +128,7 @@ export declare class RemoteGenericRepository extends pulumi.CustomResource {
128
128
  readonly key: pulumi.Output<string>;
129
129
  /**
130
130
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
131
- * the 'Retrieval Cache Period'. Default value is 'true'.
131
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
132
132
  */
133
133
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
134
134
  /**
@@ -338,7 +338,7 @@ export interface RemoteGenericRepositoryState {
338
338
  key?: pulumi.Input<string>;
339
339
  /**
340
340
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
341
- * the 'Retrieval Cache Period'. Default value is 'true'.
341
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
342
342
  */
343
343
  listRemoteFolderItems?: pulumi.Input<boolean>;
344
344
  /**
@@ -540,7 +540,7 @@ export interface RemoteGenericRepositoryArgs {
540
540
  key: pulumi.Input<string>;
541
541
  /**
542
542
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
543
- * the 'Retrieval Cache Period'. Default value is 'true'.
543
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
544
544
  */
545
545
  listRemoteFolderItems?: pulumi.Input<boolean>;
546
546
  /**
@@ -129,7 +129,7 @@ export declare class RemoteGitlfsRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteGitlfsRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteGitlfsRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -130,7 +130,7 @@ export declare class RemoteGoRepository extends pulumi.CustomResource {
130
130
  readonly key: pulumi.Output<string>;
131
131
  /**
132
132
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
133
- * the 'Retrieval Cache Period'. Default value is 'true'.
133
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
134
134
  */
135
135
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
136
136
  /**
@@ -340,7 +340,7 @@ export interface RemoteGoRepositoryState {
340
340
  key?: pulumi.Input<string>;
341
341
  /**
342
342
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
343
- * the 'Retrieval Cache Period'. Default value is 'true'.
343
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
344
344
  */
345
345
  listRemoteFolderItems?: pulumi.Input<boolean>;
346
346
  /**
@@ -542,7 +542,7 @@ export interface RemoteGoRepositoryArgs {
542
542
  key: pulumi.Input<string>;
543
543
  /**
544
544
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
545
- * the 'Retrieval Cache Period'. Default value is 'true'.
545
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
546
546
  */
547
547
  listRemoteFolderItems?: pulumi.Input<boolean>;
548
548
  /**
@@ -150,7 +150,7 @@ export declare class RemoteGradleRepository extends pulumi.CustomResource {
150
150
  readonly key: pulumi.Output<string>;
151
151
  /**
152
152
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
153
- * the 'Retrieval Cache Period'. Default value is 'true'.
153
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
154
154
  */
155
155
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
156
156
  /**
@@ -388,7 +388,7 @@ export interface RemoteGradleRepositoryState {
388
388
  key?: pulumi.Input<string>;
389
389
  /**
390
390
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
391
- * the 'Retrieval Cache Period'. Default value is 'true'.
391
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
392
392
  */
393
393
  listRemoteFolderItems?: pulumi.Input<boolean>;
394
394
  /**
@@ -618,7 +618,7 @@ export interface RemoteGradleRepositoryArgs {
618
618
  key: pulumi.Input<string>;
619
619
  /**
620
620
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
621
- * the 'Retrieval Cache Period'. Default value is 'true'.
621
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
622
622
  */
623
623
  listRemoteFolderItems?: pulumi.Input<boolean>;
624
624
  /**
@@ -150,7 +150,7 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
150
150
  readonly key: pulumi.Output<string>;
151
151
  /**
152
152
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
153
- * the 'Retrieval Cache Period'. Default value is 'true'.
153
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
154
154
  */
155
155
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
156
156
  /**
@@ -374,7 +374,7 @@ export interface RemoteHelmRepositoryState {
374
374
  key?: pulumi.Input<string>;
375
375
  /**
376
376
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
377
- * the 'Retrieval Cache Period'. Default value is 'true'.
377
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
378
378
  */
379
379
  listRemoteFolderItems?: pulumi.Input<boolean>;
380
380
  /**
@@ -590,7 +590,7 @@ export interface RemoteHelmRepositoryArgs {
590
590
  key: pulumi.Input<string>;
591
591
  /**
592
592
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
593
- * the 'Retrieval Cache Period'. Default value is 'true'.
593
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
594
594
  */
595
595
  listRemoteFolderItems?: pulumi.Input<boolean>;
596
596
  /**
@@ -144,7 +144,7 @@ export declare class RemoteHelmociRepository extends pulumi.CustomResource {
144
144
  readonly key: pulumi.Output<string>;
145
145
  /**
146
146
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
147
- * the 'Retrieval Cache Period'. Default value is 'true'.
147
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
148
148
  */
149
149
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
150
150
  /**
@@ -365,7 +365,7 @@ export interface RemoteHelmociRepositoryState {
365
365
  key?: pulumi.Input<string>;
366
366
  /**
367
367
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
368
- * the 'Retrieval Cache Period'. Default value is 'true'.
368
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
369
369
  */
370
370
  listRemoteFolderItems?: pulumi.Input<boolean>;
371
371
  /**
@@ -578,7 +578,7 @@ export interface RemoteHelmociRepositoryArgs {
578
578
  key: pulumi.Input<string>;
579
579
  /**
580
580
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
581
- * the 'Retrieval Cache Period'. Default value is 'true'.
581
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
582
582
  */
583
583
  listRemoteFolderItems?: pulumi.Input<boolean>;
584
584
  /**
@@ -127,7 +127,7 @@ export declare class RemoteHuggingfacemlRepository extends pulumi.CustomResource
127
127
  readonly key: pulumi.Output<string>;
128
128
  /**
129
129
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
130
- * the 'Retrieval Cache Period'. Default value is 'true'.
130
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
131
131
  */
132
132
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
133
133
  /**
@@ -333,7 +333,7 @@ export interface RemoteHuggingfacemlRepositoryState {
333
333
  key?: pulumi.Input<string>;
334
334
  /**
335
335
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
336
- * the 'Retrieval Cache Period'. Default value is 'true'.
336
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
337
337
  */
338
338
  listRemoteFolderItems?: pulumi.Input<boolean>;
339
339
  /**
@@ -531,7 +531,7 @@ export interface RemoteHuggingfacemlRepositoryArgs {
531
531
  key: pulumi.Input<string>;
532
532
  /**
533
533
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
534
- * the 'Retrieval Cache Period'. Default value is 'true'.
534
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
535
535
  */
536
536
  listRemoteFolderItems?: pulumi.Input<boolean>;
537
537
  /**
@@ -150,7 +150,7 @@ export declare class RemoteIvyRepository extends pulumi.CustomResource {
150
150
  readonly key: pulumi.Output<string>;
151
151
  /**
152
152
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
153
- * the 'Retrieval Cache Period'. Default value is 'true'.
153
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
154
154
  */
155
155
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
156
156
  /**
@@ -388,7 +388,7 @@ export interface RemoteIvyRepositoryState {
388
388
  key?: pulumi.Input<string>;
389
389
  /**
390
390
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
391
- * the 'Retrieval Cache Period'. Default value is 'true'.
391
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
392
392
  */
393
393
  listRemoteFolderItems?: pulumi.Input<boolean>;
394
394
  /**
@@ -618,7 +618,7 @@ export interface RemoteIvyRepositoryArgs {
618
618
  key: pulumi.Input<string>;
619
619
  /**
620
620
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
621
- * the 'Retrieval Cache Period'. Default value is 'true'.
621
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
622
622
  */
623
623
  listRemoteFolderItems?: pulumi.Input<boolean>;
624
624
  /**
@@ -155,7 +155,7 @@ export declare class RemoteMavenRepository extends pulumi.CustomResource {
155
155
  readonly key: pulumi.Output<string>;
156
156
  /**
157
157
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
158
- * the 'Retrieval Cache Period'. Default value is 'true'.
158
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
159
159
  */
160
160
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
161
161
  /**
@@ -397,7 +397,7 @@ export interface RemoteMavenRepositoryState {
397
397
  key?: pulumi.Input<string>;
398
398
  /**
399
399
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
400
- * the 'Retrieval Cache Period'. Default value is 'true'.
400
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
401
401
  */
402
402
  listRemoteFolderItems?: pulumi.Input<boolean>;
403
403
  /**
@@ -631,7 +631,7 @@ export interface RemoteMavenRepositoryArgs {
631
631
  key: pulumi.Input<string>;
632
632
  /**
633
633
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
634
- * the 'Retrieval Cache Period'. Default value is 'true'.
634
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
635
635
  */
636
636
  listRemoteFolderItems?: pulumi.Input<boolean>;
637
637
  /**
@@ -135,7 +135,7 @@ export declare class RemoteNpmRepository extends pulumi.CustomResource {
135
135
  readonly key: pulumi.Output<string>;
136
136
  /**
137
137
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
138
- * the 'Retrieval Cache Period'. Default value is 'true'.
138
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
139
139
  */
140
140
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
141
141
  /**
@@ -345,7 +345,7 @@ export interface RemoteNpmRepositoryState {
345
345
  key?: pulumi.Input<string>;
346
346
  /**
347
347
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
348
- * the 'Retrieval Cache Period'. Default value is 'true'.
348
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
349
349
  */
350
350
  listRemoteFolderItems?: pulumi.Input<boolean>;
351
351
  /**
@@ -547,7 +547,7 @@ export interface RemoteNpmRepositoryArgs {
547
547
  key: pulumi.Input<string>;
548
548
  /**
549
549
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
550
- * the 'Retrieval Cache Period'. Default value is 'true'.
550
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
551
551
  */
552
552
  listRemoteFolderItems?: pulumi.Input<boolean>;
553
553
  /**
@@ -147,7 +147,7 @@ export declare class RemoteNugetRepository extends pulumi.CustomResource {
147
147
  readonly key: pulumi.Output<string>;
148
148
  /**
149
149
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
150
- * the 'Retrieval Cache Period'. Default value is 'true'.
150
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
151
151
  */
152
152
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
153
153
  /**
@@ -375,7 +375,7 @@ export interface RemoteNugetRepositoryState {
375
375
  key?: pulumi.Input<string>;
376
376
  /**
377
377
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
378
- * the 'Retrieval Cache Period'. Default value is 'true'.
378
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
379
379
  */
380
380
  listRemoteFolderItems?: pulumi.Input<boolean>;
381
381
  /**
@@ -595,7 +595,7 @@ export interface RemoteNugetRepositoryArgs {
595
595
  key: pulumi.Input<string>;
596
596
  /**
597
597
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
598
- * the 'Retrieval Cache Period'. Default value is 'true'.
598
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
599
599
  */
600
600
  listRemoteFolderItems?: pulumi.Input<boolean>;
601
601
  /**
@@ -144,7 +144,7 @@ export declare class RemoteOciRepository extends pulumi.CustomResource {
144
144
  readonly key: pulumi.Output<string>;
145
145
  /**
146
146
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
147
- * the 'Retrieval Cache Period'. Default value is 'true'.
147
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
148
148
  */
149
149
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
150
150
  /**
@@ -365,7 +365,7 @@ export interface RemoteOciRepositoryState {
365
365
  key?: pulumi.Input<string>;
366
366
  /**
367
367
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
368
- * the 'Retrieval Cache Period'. Default value is 'true'.
368
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
369
369
  */
370
370
  listRemoteFolderItems?: pulumi.Input<boolean>;
371
371
  /**
@@ -578,7 +578,7 @@ export interface RemoteOciRepositoryArgs {
578
578
  key: pulumi.Input<string>;
579
579
  /**
580
580
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
581
- * the 'Retrieval Cache Period'. Default value is 'true'.
581
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
582
582
  */
583
583
  listRemoteFolderItems?: pulumi.Input<boolean>;
584
584
  /**
@@ -129,7 +129,7 @@ export declare class RemoteOpkgRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteOpkgRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteOpkgRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -129,7 +129,7 @@ export declare class RemoteP2Repository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemoteP2RepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemoteP2RepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**
@@ -129,7 +129,7 @@ export declare class RemotePubRepository extends pulumi.CustomResource {
129
129
  readonly key: pulumi.Output<string>;
130
130
  /**
131
131
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
132
- * the 'Retrieval Cache Period'. Default value is 'true'.
132
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
133
133
  */
134
134
  readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
135
135
  /**
@@ -335,7 +335,7 @@ export interface RemotePubRepositoryState {
335
335
  key?: pulumi.Input<string>;
336
336
  /**
337
337
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
338
- * the 'Retrieval Cache Period'. Default value is 'true'.
338
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
339
339
  */
340
340
  listRemoteFolderItems?: pulumi.Input<boolean>;
341
341
  /**
@@ -533,7 +533,7 @@ export interface RemotePubRepositoryArgs {
533
533
  key: pulumi.Input<string>;
534
534
  /**
535
535
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
536
- * the 'Retrieval Cache Period'. Default value is 'true'.
536
+ * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
537
537
  */
538
538
  listRemoteFolderItems?: pulumi.Input<boolean>;
539
539
  /**