@pulumi/artifactory 2.14.0-alpha.1677781599 → 3.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.
- package/README.md +1 -1
- package/artifactPropertyWebhook.d.ts +6 -6
- package/artifactWebhook.d.ts +6 -6
- package/artifactoryReleaseBundleWebhook.d.ts +6 -6
- package/backup.d.ts +3 -3
- package/buildWebhook.d.ts +6 -6
- package/distributionWebhook.d.ts +6 -6
- package/dockerWebhook.d.ts +6 -6
- package/getFile.d.ts +2 -2
- package/getGroup.d.ts +11 -11
- package/getRemoteAlpineRepository.d.ts +179 -0
- package/getRemoteAlpineRepository.js +86 -0
- package/getRemoteAlpineRepository.js.map +1 -0
- package/getRemoteBowerRepository.d.ts +197 -0
- package/getRemoteBowerRepository.js +89 -0
- package/getRemoteBowerRepository.js.map +1 -0
- package/getRemoteCargoRepository.d.ts +215 -0
- package/getRemoteCargoRepository.js +89 -0
- package/getRemoteCargoRepository.js.map +1 -0
- package/getRemoteChefRepository.d.ts +179 -0
- package/getRemoteChefRepository.js +86 -0
- package/getRemoteChefRepository.js.map +1 -0
- package/getRemoteCocoapodsRepository.d.ts +215 -0
- package/getRemoteCocoapodsRepository.js +89 -0
- package/getRemoteCocoapodsRepository.js.map +1 -0
- package/getRemoteComposerRepository.d.ts +215 -0
- package/getRemoteComposerRepository.js +89 -0
- package/getRemoteComposerRepository.js.map +1 -0
- package/getRemoteConanRepository.d.ts +191 -0
- package/getRemoteConanRepository.js +87 -0
- package/getRemoteConanRepository.js.map +1 -0
- package/getRemoteCondaRepository.d.ts +179 -0
- package/getRemoteCondaRepository.js +86 -0
- package/getRemoteCondaRepository.js.map +1 -0
- package/getRemoteCranRepository.d.ts +179 -0
- package/getRemoteCranRepository.js +86 -0
- package/getRemoteCranRepository.js.map +1 -0
- package/getRemoteDebianRepository.d.ts +179 -0
- package/getRemoteDebianRepository.js +86 -0
- package/getRemoteDebianRepository.js.map +1 -0
- package/getRemoteDockerRepository.d.ts +227 -0
- package/getRemoteDockerRepository.js +90 -0
- package/getRemoteDockerRepository.js.map +1 -0
- package/getRemoteGemsRepository.d.ts +179 -0
- package/getRemoteGemsRepository.js +86 -0
- package/getRemoteGemsRepository.js.map +1 -0
- package/getRemoteGenericRepository.d.ts +191 -0
- package/getRemoteGenericRepository.js +87 -0
- package/getRemoteGenericRepository.js.map +1 -0
- package/getRemoteGitlfsRepository.d.ts +179 -0
- package/getRemoteGitlfsRepository.js +86 -0
- package/getRemoteGitlfsRepository.js.map +1 -0
- package/getRemoteGoRepository.d.ts +191 -0
- package/getRemoteGoRepository.js +87 -0
- package/getRemoteGoRepository.js.map +1 -0
- package/getRemoteGradleRepository.d.ts +263 -0
- package/getRemoteGradleRepository.js +93 -0
- package/getRemoteGradleRepository.js.map +1 -0
- package/getRemoteHelmRepository.d.ts +215 -0
- package/getRemoteHelmRepository.js +89 -0
- package/getRemoteHelmRepository.js.map +1 -0
- package/getRemoteIvyRepository.d.ts +263 -0
- package/getRemoteIvyRepository.js +93 -0
- package/getRemoteIvyRepository.js.map +1 -0
- package/getRemoteMavenRepository.d.ts +272 -0
- package/getRemoteMavenRepository.js +93 -0
- package/getRemoteMavenRepository.js.map +1 -0
- package/getRemoteNpmRepository.d.ts +179 -0
- package/getRemoteNpmRepository.js +86 -0
- package/getRemoteNpmRepository.js.map +1 -0
- package/getRemoteNugetRepository.d.ts +239 -0
- package/getRemoteNugetRepository.js +91 -0
- package/getRemoteNugetRepository.js.map +1 -0
- package/getRemoteOpkgRepository.d.ts +179 -0
- package/getRemoteOpkgRepository.js +86 -0
- package/getRemoteOpkgRepository.js.map +1 -0
- package/getRemoteP2Repository.d.ts +179 -0
- package/getRemoteP2Repository.js +86 -0
- package/getRemoteP2Repository.js.map +1 -0
- package/getRemotePubRepository.d.ts +179 -0
- package/getRemotePubRepository.js +86 -0
- package/getRemotePubRepository.js.map +1 -0
- package/getRemotePuppetRepository.d.ts +157 -0
- package/getRemotePuppetRepository.js +64 -0
- package/getRemotePuppetRepository.js.map +1 -0
- package/getRemotePypiRepository.d.ts +203 -0
- package/getRemotePypiRepository.js +88 -0
- package/getRemotePypiRepository.js.map +1 -0
- package/getRemoteRpmRepository.d.ts +179 -0
- package/getRemoteRpmRepository.js +86 -0
- package/getRemoteRpmRepository.js.map +1 -0
- package/getRemoteSbtRepository.d.ts +263 -0
- package/getRemoteSbtRepository.js +93 -0
- package/getRemoteSbtRepository.js.map +1 -0
- package/getRemoteSwiftRepository.d.ts +179 -0
- package/getRemoteSwiftRepository.js +86 -0
- package/getRemoteSwiftRepository.js.map +1 -0
- package/getRemoteTerraformRepository.d.ts +181 -0
- package/getRemoteTerraformRepository.js +84 -0
- package/getRemoteTerraformRepository.js.map +1 -0
- package/getRemoteVcsRepository.d.ts +215 -0
- package/getRemoteVcsRepository.js +89 -0
- package/getRemoteVcsRepository.js.map +1 -0
- package/getUser.d.ts +12 -24
- package/getUser.js.map +1 -1
- package/index.d.ts +93 -0
- package/index.js +97 -3
- package/index.js.map +1 -1
- package/ldapSetting.d.ts +3 -3
- package/localRpmRepository.d.ts +6 -6
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pushReplication.d.ts +2 -2
- package/pushReplication.js +2 -2
- package/releaseBundleWebhook.d.ts +6 -6
- package/remoteBowerRepository.d.ts +6 -9
- package/remoteBowerRepository.js.map +1 -1
- package/remoteCargoRepository.d.ts +3 -3
- package/remoteCocoapodsRepository.d.ts +12 -12
- package/remoteComposerRepository.d.ts +9 -12
- package/remoteComposerRepository.js.map +1 -1
- package/remoteConanRepository.d.ts +3 -3
- package/remoteDockerRepository.d.ts +12 -9
- package/remoteDockerRepository.js.map +1 -1
- package/remoteGoRepository.d.ts +3 -3
- package/remoteGradleRepository.d.ts +6 -6
- package/remoteHelmRepository.d.ts +15 -3
- package/remoteHelmRepository.js.map +1 -1
- package/remoteIvyRepository.d.ts +6 -6
- package/remoteMavenRepository.d.ts +6 -6
- package/remoteNugetRepository.d.ts +15 -15
- package/remotePypiRepository.d.ts +6 -6
- package/remoteSbtRepository.d.ts +6 -6
- package/remoteVcsRepository.d.ts +9 -9
- package/replicationConfig.d.ts +3 -3
- package/replicationConfig.js +3 -3
- package/scopedToken.d.ts +3 -3
- package/types/input.d.ts +388 -16
- package/types/output.d.ts +202 -16
- package/virtualDebianRepository.d.ts +3 -3
- package/virtualGitlfsRepository.d.ts +16 -0
- package/virtualGitlfsRepository.js +16 -0
- package/virtualGitlfsRepository.js.map +1 -1
- package/virtualHelmRepository.d.ts +3 -3
package/README.md
CHANGED
|
@@ -64,11 +64,11 @@ export declare class ArtifactPropertyWebhook extends pulumi.CustomResource {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly description: pulumi.Output<string | undefined>;
|
|
66
66
|
/**
|
|
67
|
-
* Status of webhook. Default to
|
|
67
|
+
* Status of webhook. Default to `true`.
|
|
68
68
|
*/
|
|
69
69
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
70
70
|
/**
|
|
71
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
71
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `added`, `deleted`.
|
|
72
72
|
*/
|
|
73
73
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
74
74
|
/**
|
|
@@ -101,11 +101,11 @@ export interface ArtifactPropertyWebhookState {
|
|
|
101
101
|
*/
|
|
102
102
|
description?: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
|
-
* Status of webhook. Default to
|
|
104
|
+
* Status of webhook. Default to `true`.
|
|
105
105
|
*/
|
|
106
106
|
enabled?: pulumi.Input<boolean>;
|
|
107
107
|
/**
|
|
108
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
108
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `added`, `deleted`.
|
|
109
109
|
*/
|
|
110
110
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
111
111
|
/**
|
|
@@ -130,11 +130,11 @@ export interface ArtifactPropertyWebhookArgs {
|
|
|
130
130
|
*/
|
|
131
131
|
description?: pulumi.Input<string>;
|
|
132
132
|
/**
|
|
133
|
-
* Status of webhook. Default to
|
|
133
|
+
* Status of webhook. Default to `true`.
|
|
134
134
|
*/
|
|
135
135
|
enabled?: pulumi.Input<boolean>;
|
|
136
136
|
/**
|
|
137
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
137
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `added`, `deleted`.
|
|
138
138
|
*/
|
|
139
139
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
140
140
|
/**
|
package/artifactWebhook.d.ts
CHANGED
|
@@ -66,11 +66,11 @@ export declare class ArtifactWebhook extends pulumi.CustomResource {
|
|
|
66
66
|
*/
|
|
67
67
|
readonly description: pulumi.Output<string | undefined>;
|
|
68
68
|
/**
|
|
69
|
-
* Status of webhook. Default to
|
|
69
|
+
* Status of webhook. Default to `true`.
|
|
70
70
|
*/
|
|
71
71
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
72
72
|
/**
|
|
73
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
73
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `deployed`, `deleted`, `moved`, `copied`, `cached`.
|
|
74
74
|
*/
|
|
75
75
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
76
76
|
/**
|
|
@@ -103,11 +103,11 @@ export interface ArtifactWebhookState {
|
|
|
103
103
|
*/
|
|
104
104
|
description?: pulumi.Input<string>;
|
|
105
105
|
/**
|
|
106
|
-
* Status of webhook. Default to
|
|
106
|
+
* Status of webhook. Default to `true`.
|
|
107
107
|
*/
|
|
108
108
|
enabled?: pulumi.Input<boolean>;
|
|
109
109
|
/**
|
|
110
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
110
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `deployed`, `deleted`, `moved`, `copied`, `cached`.
|
|
111
111
|
*/
|
|
112
112
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
113
113
|
/**
|
|
@@ -132,11 +132,11 @@ export interface ArtifactWebhookArgs {
|
|
|
132
132
|
*/
|
|
133
133
|
description?: pulumi.Input<string>;
|
|
134
134
|
/**
|
|
135
|
-
* Status of webhook. Default to
|
|
135
|
+
* Status of webhook. Default to `true`.
|
|
136
136
|
*/
|
|
137
137
|
enabled?: pulumi.Input<boolean>;
|
|
138
138
|
/**
|
|
139
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
139
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `deployed`, `deleted`, `moved`, `copied`, `cached`.
|
|
140
140
|
*/
|
|
141
141
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
142
|
/**
|
|
@@ -62,11 +62,11 @@ export declare class ArtifactoryReleaseBundleWebhook extends pulumi.CustomResour
|
|
|
62
62
|
*/
|
|
63
63
|
readonly description: pulumi.Output<string | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* Status of webhook. Default to
|
|
65
|
+
* Status of webhook. Default to `true`
|
|
66
66
|
*/
|
|
67
67
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
68
68
|
/**
|
|
69
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
69
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `received`, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
70
70
|
*/
|
|
71
71
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
72
72
|
/**
|
|
@@ -99,11 +99,11 @@ export interface ArtifactoryReleaseBundleWebhookState {
|
|
|
99
99
|
*/
|
|
100
100
|
description?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* Status of webhook. Default to
|
|
102
|
+
* Status of webhook. Default to `true`
|
|
103
103
|
*/
|
|
104
104
|
enabled?: pulumi.Input<boolean>;
|
|
105
105
|
/**
|
|
106
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
106
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `received`, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
107
107
|
*/
|
|
108
108
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
109
|
/**
|
|
@@ -128,11 +128,11 @@ export interface ArtifactoryReleaseBundleWebhookArgs {
|
|
|
128
128
|
*/
|
|
129
129
|
description?: pulumi.Input<string>;
|
|
130
130
|
/**
|
|
131
|
-
* Status of webhook. Default to
|
|
131
|
+
* Status of webhook. Default to `true`
|
|
132
132
|
*/
|
|
133
133
|
enabled?: pulumi.Input<boolean>;
|
|
134
134
|
/**
|
|
135
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
135
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `received`, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
136
136
|
*/
|
|
137
137
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
138
|
/**
|
package/backup.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class Backup extends pulumi.CustomResource {
|
|
|
75
75
|
*/
|
|
76
76
|
readonly excludedRepositories: pulumi.Output<string[] | undefined>;
|
|
77
77
|
/**
|
|
78
|
-
* When set to true, mission control will not be automatically added to the backup. Default value is
|
|
78
|
+
* When set to true, mission control will not be automatically added to the backup. Default value is `false`.
|
|
79
79
|
*/
|
|
80
80
|
readonly exportMissionControl: pulumi.Output<boolean | undefined>;
|
|
81
81
|
/**
|
|
@@ -128,7 +128,7 @@ export interface BackupState {
|
|
|
128
128
|
*/
|
|
129
129
|
excludedRepositories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
130
130
|
/**
|
|
131
|
-
* When set to true, mission control will not be automatically added to the backup. Default value is
|
|
131
|
+
* When set to true, mission control will not be automatically added to the backup. Default value is `false`.
|
|
132
132
|
*/
|
|
133
133
|
exportMissionControl?: pulumi.Input<boolean>;
|
|
134
134
|
/**
|
|
@@ -173,7 +173,7 @@ export interface BackupArgs {
|
|
|
173
173
|
*/
|
|
174
174
|
excludedRepositories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
175
175
|
/**
|
|
176
|
-
* When set to true, mission control will not be automatically added to the backup. Default value is
|
|
176
|
+
* When set to true, mission control will not be automatically added to the backup. Default value is `false`.
|
|
177
177
|
*/
|
|
178
178
|
exportMissionControl?: pulumi.Input<boolean>;
|
|
179
179
|
/**
|
package/buildWebhook.d.ts
CHANGED
|
@@ -61,11 +61,11 @@ export declare class BuildWebhook extends pulumi.CustomResource {
|
|
|
61
61
|
*/
|
|
62
62
|
readonly description: pulumi.Output<string | undefined>;
|
|
63
63
|
/**
|
|
64
|
-
* Status of webhook. Default to
|
|
64
|
+
* Status of webhook. Default to `true`.
|
|
65
65
|
*/
|
|
66
66
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
68
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `uploaded`, `deleted`, `promoted`.
|
|
69
69
|
*/
|
|
70
70
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
71
71
|
/**
|
|
@@ -98,11 +98,11 @@ export interface BuildWebhookState {
|
|
|
98
98
|
*/
|
|
99
99
|
description?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* Status of webhook. Default to
|
|
101
|
+
* Status of webhook. Default to `true`.
|
|
102
102
|
*/
|
|
103
103
|
enabled?: pulumi.Input<boolean>;
|
|
104
104
|
/**
|
|
105
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
105
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `uploaded`, `deleted`, `promoted`.
|
|
106
106
|
*/
|
|
107
107
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
108
|
/**
|
|
@@ -127,11 +127,11 @@ export interface BuildWebhookArgs {
|
|
|
127
127
|
*/
|
|
128
128
|
description?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* Status of webhook. Default to
|
|
130
|
+
* Status of webhook. Default to `true`.
|
|
131
131
|
*/
|
|
132
132
|
enabled?: pulumi.Input<boolean>;
|
|
133
133
|
/**
|
|
134
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
134
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `uploaded`, `deleted`, `promoted`.
|
|
135
135
|
*/
|
|
136
136
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
137
|
/**
|
package/distributionWebhook.d.ts
CHANGED
|
@@ -65,11 +65,11 @@ export declare class DistributionWebhook extends pulumi.CustomResource {
|
|
|
65
65
|
*/
|
|
66
66
|
readonly description: pulumi.Output<string | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* Status of webhook. Default to
|
|
68
|
+
* Status of webhook. Default to `true`.
|
|
69
69
|
*/
|
|
70
70
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
72
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `distributeStarted`, `distributeCompleted`, `distributeAborted`, `distribute_failed, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
73
73
|
*/
|
|
74
74
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
75
75
|
/**
|
|
@@ -102,11 +102,11 @@ export interface DistributionWebhookState {
|
|
|
102
102
|
*/
|
|
103
103
|
description?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* Status of webhook. Default to
|
|
105
|
+
* Status of webhook. Default to `true`.
|
|
106
106
|
*/
|
|
107
107
|
enabled?: pulumi.Input<boolean>;
|
|
108
108
|
/**
|
|
109
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
109
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `distributeStarted`, `distributeCompleted`, `distributeAborted`, `distribute_failed, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
110
110
|
*/
|
|
111
111
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
112
|
/**
|
|
@@ -131,11 +131,11 @@ export interface DistributionWebhookArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
description?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* Status of webhook. Default to
|
|
134
|
+
* Status of webhook. Default to `true`.
|
|
135
135
|
*/
|
|
136
136
|
enabled?: pulumi.Input<boolean>;
|
|
137
137
|
/**
|
|
138
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
138
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `distributeStarted`, `distributeCompleted`, `distributeAborted`, `distribute_failed, `deleteStarted`, `deleteCompleted`, `deleteFailed`
|
|
139
139
|
*/
|
|
140
140
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
141
141
|
/**
|
package/dockerWebhook.d.ts
CHANGED
|
@@ -65,11 +65,11 @@ export declare class DockerWebhook extends pulumi.CustomResource {
|
|
|
65
65
|
*/
|
|
66
66
|
readonly description: pulumi.Output<string | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* Status of webhook. Default to
|
|
68
|
+
* Status of webhook. Default to `true`.
|
|
69
69
|
*/
|
|
70
70
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
72
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `pushed`, `deleted`, `promoted`.
|
|
73
73
|
*/
|
|
74
74
|
readonly eventTypes: pulumi.Output<string[]>;
|
|
75
75
|
/**
|
|
@@ -102,11 +102,11 @@ export interface DockerWebhookState {
|
|
|
102
102
|
*/
|
|
103
103
|
description?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* Status of webhook. Default to
|
|
105
|
+
* Status of webhook. Default to `true`.
|
|
106
106
|
*/
|
|
107
107
|
enabled?: pulumi.Input<boolean>;
|
|
108
108
|
/**
|
|
109
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
109
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `pushed`, `deleted`, `promoted`.
|
|
110
110
|
*/
|
|
111
111
|
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
112
|
/**
|
|
@@ -131,11 +131,11 @@ export interface DockerWebhookArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
description?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* Status of webhook. Default to
|
|
134
|
+
* Status of webhook. Default to `true`.
|
|
135
135
|
*/
|
|
136
136
|
enabled?: pulumi.Input<boolean>;
|
|
137
137
|
/**
|
|
138
|
-
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values:
|
|
138
|
+
* List of Events in Artifactory, Distribution, Release Bundle that function as the event trigger for the Webhook. Allow values: `pushed`, `deleted`, `promoted`.
|
|
139
139
|
*/
|
|
140
140
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
141
141
|
/**
|
package/getFile.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare function getFile(args: GetFileArgs, opts?: pulumi.InvokeOptions):
|
|
|
23
23
|
*/
|
|
24
24
|
export interface GetFileArgs {
|
|
25
25
|
/**
|
|
26
|
-
* If set to true, an existing file in the outputPath will be overwritten. Default: false
|
|
26
|
+
* If set to true, an existing file in the outputPath will be overwritten. Default: `false`
|
|
27
27
|
*/
|
|
28
28
|
forceOverwrite?: boolean;
|
|
29
29
|
/**
|
|
@@ -126,7 +126,7 @@ export declare function getFileOutput(args: GetFileOutputArgs, opts?: pulumi.Inv
|
|
|
126
126
|
*/
|
|
127
127
|
export interface GetFileOutputArgs {
|
|
128
128
|
/**
|
|
129
|
-
* If set to true, an existing file in the outputPath will be overwritten. Default: false
|
|
129
|
+
* If set to true, an existing file in the outputPath will be overwritten. Default: `false`
|
|
130
130
|
*/
|
|
131
131
|
forceOverwrite?: pulumi.Input<boolean>;
|
|
132
132
|
/**
|
package/getGroup.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface GetGroupArgs {
|
|
|
38
38
|
*/
|
|
39
39
|
externalId?: string;
|
|
40
40
|
/**
|
|
41
|
-
* Determines if the group's associated user list will return as an attribute. Default is false
|
|
41
|
+
* Determines if the group's associated user list will return as an attribute. Default is `false`.
|
|
42
42
|
*/
|
|
43
43
|
includeUsers?: string;
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export interface GetGroupArgs {
|
|
|
46
46
|
*/
|
|
47
47
|
name: string;
|
|
48
48
|
/**
|
|
49
|
-
* When this override is set, User in the group can set Xray security and compliance policies. Default value is
|
|
49
|
+
* When this override is set, User in the group can set Xray security and compliance policies. Default value is `false`.
|
|
50
50
|
*/
|
|
51
51
|
policyManager?: boolean;
|
|
52
52
|
/**
|
|
@@ -58,7 +58,7 @@ export interface GetGroupArgs {
|
|
|
58
58
|
*/
|
|
59
59
|
realmAttributes?: string;
|
|
60
60
|
/**
|
|
61
|
-
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is
|
|
61
|
+
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is `false`.
|
|
62
62
|
*/
|
|
63
63
|
reportsManager?: boolean;
|
|
64
64
|
/**
|
|
@@ -66,7 +66,7 @@ export interface GetGroupArgs {
|
|
|
66
66
|
*/
|
|
67
67
|
usersNames?: string[];
|
|
68
68
|
/**
|
|
69
|
-
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is
|
|
69
|
+
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is `false`.
|
|
70
70
|
*/
|
|
71
71
|
watchManager?: boolean;
|
|
72
72
|
}
|
|
@@ -97,7 +97,7 @@ export interface GetGroupResult {
|
|
|
97
97
|
readonly includeUsers?: string;
|
|
98
98
|
readonly name: string;
|
|
99
99
|
/**
|
|
100
|
-
* When this override is set, User in the group can set Xray security and compliance policies. Default value is
|
|
100
|
+
* When this override is set, User in the group can set Xray security and compliance policies. Default value is `false`.
|
|
101
101
|
*/
|
|
102
102
|
readonly policyManager?: boolean;
|
|
103
103
|
/**
|
|
@@ -109,7 +109,7 @@ export interface GetGroupResult {
|
|
|
109
109
|
*/
|
|
110
110
|
readonly realmAttributes?: string;
|
|
111
111
|
/**
|
|
112
|
-
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is
|
|
112
|
+
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is `false`.
|
|
113
113
|
*/
|
|
114
114
|
readonly reportsManager?: boolean;
|
|
115
115
|
/**
|
|
@@ -117,7 +117,7 @@ export interface GetGroupResult {
|
|
|
117
117
|
*/
|
|
118
118
|
readonly usersNames?: string[];
|
|
119
119
|
/**
|
|
120
|
-
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is
|
|
120
|
+
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is `false`.
|
|
121
121
|
*/
|
|
122
122
|
readonly watchManager?: boolean;
|
|
123
123
|
}
|
|
@@ -160,7 +160,7 @@ export interface GetGroupOutputArgs {
|
|
|
160
160
|
*/
|
|
161
161
|
externalId?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
163
|
-
* Determines if the group's associated user list will return as an attribute. Default is false
|
|
163
|
+
* Determines if the group's associated user list will return as an attribute. Default is `false`.
|
|
164
164
|
*/
|
|
165
165
|
includeUsers?: pulumi.Input<string>;
|
|
166
166
|
/**
|
|
@@ -168,7 +168,7 @@ export interface GetGroupOutputArgs {
|
|
|
168
168
|
*/
|
|
169
169
|
name: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
171
|
-
* When this override is set, User in the group can set Xray security and compliance policies. Default value is
|
|
171
|
+
* When this override is set, User in the group can set Xray security and compliance policies. Default value is `false`.
|
|
172
172
|
*/
|
|
173
173
|
policyManager?: pulumi.Input<boolean>;
|
|
174
174
|
/**
|
|
@@ -180,7 +180,7 @@ export interface GetGroupOutputArgs {
|
|
|
180
180
|
*/
|
|
181
181
|
realmAttributes?: pulumi.Input<string>;
|
|
182
182
|
/**
|
|
183
|
-
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is
|
|
183
|
+
* When this override is set, User in the group can manage Xray Reports on any resource type. Default value is `false`.
|
|
184
184
|
*/
|
|
185
185
|
reportsManager?: pulumi.Input<boolean>;
|
|
186
186
|
/**
|
|
@@ -188,7 +188,7 @@ export interface GetGroupOutputArgs {
|
|
|
188
188
|
*/
|
|
189
189
|
usersNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
190
190
|
/**
|
|
191
|
-
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is
|
|
191
|
+
* When this override is set, User in the group can manage Xray Watches on any resource type. Default value is `false`.
|
|
192
192
|
*/
|
|
193
193
|
watchManager?: pulumi.Input<boolean>;
|
|
194
194
|
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a remote Alpine repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const remote-alpine = artifactory.getRemoteAlpineRepository({
|
|
14
|
+
* key: "remote-alpine",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getRemoteAlpineRepository(args: GetRemoteAlpineRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetRemoteAlpineRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getRemoteAlpineRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetRemoteAlpineRepositoryArgs {
|
|
23
|
+
allowAnyHostAuth?: boolean;
|
|
24
|
+
assumedOfflinePeriodSecs?: number;
|
|
25
|
+
blackedOut?: boolean;
|
|
26
|
+
blockMismatchingMimeTypes?: boolean;
|
|
27
|
+
bypassHeadRequests?: boolean;
|
|
28
|
+
cdnRedirect?: boolean;
|
|
29
|
+
clientTlsCertificate?: string;
|
|
30
|
+
contentSynchronisation?: inputs.GetRemoteAlpineRepositoryContentSynchronisation;
|
|
31
|
+
description?: string;
|
|
32
|
+
downloadDirect?: boolean;
|
|
33
|
+
enableCookieManagement?: boolean;
|
|
34
|
+
excludesPattern?: string;
|
|
35
|
+
hardFail?: boolean;
|
|
36
|
+
includesPattern?: string;
|
|
37
|
+
/**
|
|
38
|
+
* the identity key of the repo.
|
|
39
|
+
*/
|
|
40
|
+
key: string;
|
|
41
|
+
listRemoteFolderItems?: boolean;
|
|
42
|
+
localAddress?: string;
|
|
43
|
+
metadataRetrievalTimeoutSecs?: number;
|
|
44
|
+
mismatchingMimeTypesOverrideList?: string;
|
|
45
|
+
missedCachePeriodSeconds?: number;
|
|
46
|
+
notes?: string;
|
|
47
|
+
offline?: boolean;
|
|
48
|
+
password?: string;
|
|
49
|
+
priorityResolution?: boolean;
|
|
50
|
+
projectEnvironments?: string[];
|
|
51
|
+
projectKey?: string;
|
|
52
|
+
propertySets?: string[];
|
|
53
|
+
proxy?: string;
|
|
54
|
+
queryParams?: string;
|
|
55
|
+
remoteRepoLayoutRef?: string;
|
|
56
|
+
repoLayoutRef?: string;
|
|
57
|
+
retrievalCachePeriodSeconds?: number;
|
|
58
|
+
shareConfiguration?: boolean;
|
|
59
|
+
socketTimeoutMillis?: number;
|
|
60
|
+
storeArtifactsLocally?: boolean;
|
|
61
|
+
synchronizeProperties?: boolean;
|
|
62
|
+
unusedArtifactsCleanupPeriodHours?: number;
|
|
63
|
+
url?: string;
|
|
64
|
+
username?: string;
|
|
65
|
+
xrayIndex?: boolean;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A collection of values returned by getRemoteAlpineRepository.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetRemoteAlpineRepositoryResult {
|
|
71
|
+
readonly allowAnyHostAuth?: boolean;
|
|
72
|
+
readonly assumedOfflinePeriodSecs?: number;
|
|
73
|
+
readonly blackedOut?: boolean;
|
|
74
|
+
readonly blockMismatchingMimeTypes?: boolean;
|
|
75
|
+
readonly bypassHeadRequests?: boolean;
|
|
76
|
+
readonly cdnRedirect?: boolean;
|
|
77
|
+
readonly clientTlsCertificate: string;
|
|
78
|
+
readonly contentSynchronisation: outputs.GetRemoteAlpineRepositoryContentSynchronisation;
|
|
79
|
+
readonly description?: string;
|
|
80
|
+
readonly downloadDirect?: boolean;
|
|
81
|
+
readonly enableCookieManagement?: boolean;
|
|
82
|
+
readonly excludesPattern?: string;
|
|
83
|
+
readonly hardFail?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* The provider-assigned unique ID for this managed resource.
|
|
86
|
+
*/
|
|
87
|
+
readonly id: string;
|
|
88
|
+
readonly includesPattern?: string;
|
|
89
|
+
readonly key: string;
|
|
90
|
+
readonly listRemoteFolderItems?: boolean;
|
|
91
|
+
readonly localAddress?: string;
|
|
92
|
+
readonly metadataRetrievalTimeoutSecs?: number;
|
|
93
|
+
readonly mismatchingMimeTypesOverrideList?: string;
|
|
94
|
+
readonly missedCachePeriodSeconds?: number;
|
|
95
|
+
readonly notes?: string;
|
|
96
|
+
readonly offline?: boolean;
|
|
97
|
+
readonly packageType: string;
|
|
98
|
+
readonly password?: string;
|
|
99
|
+
readonly priorityResolution?: boolean;
|
|
100
|
+
readonly projectEnvironments: string[];
|
|
101
|
+
readonly projectKey?: string;
|
|
102
|
+
readonly propertySets?: string[];
|
|
103
|
+
readonly proxy?: string;
|
|
104
|
+
readonly queryParams?: string;
|
|
105
|
+
readonly remoteRepoLayoutRef?: string;
|
|
106
|
+
readonly repoLayoutRef?: string;
|
|
107
|
+
readonly retrievalCachePeriodSeconds?: number;
|
|
108
|
+
readonly shareConfiguration: boolean;
|
|
109
|
+
readonly socketTimeoutMillis?: number;
|
|
110
|
+
readonly storeArtifactsLocally?: boolean;
|
|
111
|
+
readonly synchronizeProperties?: boolean;
|
|
112
|
+
readonly unusedArtifactsCleanupPeriodHours?: number;
|
|
113
|
+
readonly url?: string;
|
|
114
|
+
readonly username?: string;
|
|
115
|
+
readonly xrayIndex?: boolean;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Retrieves a remote Alpine repository.
|
|
119
|
+
*
|
|
120
|
+
* ## Example Usage
|
|
121
|
+
*
|
|
122
|
+
* ```typescript
|
|
123
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
124
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
125
|
+
*
|
|
126
|
+
* const remote-alpine = artifactory.getRemoteAlpineRepository({
|
|
127
|
+
* key: "remote-alpine",
|
|
128
|
+
* });
|
|
129
|
+
* ```
|
|
130
|
+
*/
|
|
131
|
+
export declare function getRemoteAlpineRepositoryOutput(args: GetRemoteAlpineRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRemoteAlpineRepositoryResult>;
|
|
132
|
+
/**
|
|
133
|
+
* A collection of arguments for invoking getRemoteAlpineRepository.
|
|
134
|
+
*/
|
|
135
|
+
export interface GetRemoteAlpineRepositoryOutputArgs {
|
|
136
|
+
allowAnyHostAuth?: pulumi.Input<boolean>;
|
|
137
|
+
assumedOfflinePeriodSecs?: pulumi.Input<number>;
|
|
138
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
139
|
+
blockMismatchingMimeTypes?: pulumi.Input<boolean>;
|
|
140
|
+
bypassHeadRequests?: pulumi.Input<boolean>;
|
|
141
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
142
|
+
clientTlsCertificate?: pulumi.Input<string>;
|
|
143
|
+
contentSynchronisation?: pulumi.Input<inputs.GetRemoteAlpineRepositoryContentSynchronisationArgs>;
|
|
144
|
+
description?: pulumi.Input<string>;
|
|
145
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
146
|
+
enableCookieManagement?: pulumi.Input<boolean>;
|
|
147
|
+
excludesPattern?: pulumi.Input<string>;
|
|
148
|
+
hardFail?: pulumi.Input<boolean>;
|
|
149
|
+
includesPattern?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* the identity key of the repo.
|
|
152
|
+
*/
|
|
153
|
+
key: pulumi.Input<string>;
|
|
154
|
+
listRemoteFolderItems?: pulumi.Input<boolean>;
|
|
155
|
+
localAddress?: pulumi.Input<string>;
|
|
156
|
+
metadataRetrievalTimeoutSecs?: pulumi.Input<number>;
|
|
157
|
+
mismatchingMimeTypesOverrideList?: pulumi.Input<string>;
|
|
158
|
+
missedCachePeriodSeconds?: pulumi.Input<number>;
|
|
159
|
+
notes?: pulumi.Input<string>;
|
|
160
|
+
offline?: pulumi.Input<boolean>;
|
|
161
|
+
password?: pulumi.Input<string>;
|
|
162
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
163
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
164
|
+
projectKey?: pulumi.Input<string>;
|
|
165
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
166
|
+
proxy?: pulumi.Input<string>;
|
|
167
|
+
queryParams?: pulumi.Input<string>;
|
|
168
|
+
remoteRepoLayoutRef?: pulumi.Input<string>;
|
|
169
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
170
|
+
retrievalCachePeriodSeconds?: pulumi.Input<number>;
|
|
171
|
+
shareConfiguration?: pulumi.Input<boolean>;
|
|
172
|
+
socketTimeoutMillis?: pulumi.Input<number>;
|
|
173
|
+
storeArtifactsLocally?: pulumi.Input<boolean>;
|
|
174
|
+
synchronizeProperties?: pulumi.Input<boolean>;
|
|
175
|
+
unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
|
|
176
|
+
url?: pulumi.Input<string>;
|
|
177
|
+
username?: pulumi.Input<string>;
|
|
178
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
179
|
+
}
|