@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.
- package/README.md +1 -2
- package/config/vars.d.ts +0 -4
- package/config/vars.js +0 -7
- package/config/vars.js.map +1 -1
- package/index.d.ts +0 -9
- package/index.js +10 -25
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +0 -6
- package/provider.js +0 -2
- package/provider.js.map +1 -1
- package/remoteAlpineRepository.d.ts +3 -3
- package/remoteAnsibleRepository.d.ts +3 -3
- package/remoteBowerRepository.d.ts +3 -3
- package/remoteCargoRepository.d.ts +3 -3
- package/remoteChefRepository.d.ts +3 -3
- package/remoteCocoapodsRepository.d.ts +3 -3
- package/remoteComposerRepository.d.ts +3 -3
- package/remoteConanRepository.d.ts +3 -3
- package/remoteCondaRepository.d.ts +3 -3
- package/remoteCranRepository.d.ts +3 -3
- package/remoteDebianRepository.d.ts +3 -3
- package/remoteDockerRepository.d.ts +3 -3
- package/remoteGemsRepository.d.ts +3 -3
- package/remoteGenericRepository.d.ts +3 -3
- package/remoteGitlfsRepository.d.ts +3 -3
- package/remoteGoRepository.d.ts +3 -3
- package/remoteGradleRepository.d.ts +3 -3
- package/remoteHelmRepository.d.ts +3 -3
- package/remoteHelmociRepository.d.ts +3 -3
- package/remoteHuggingfacemlRepository.d.ts +3 -3
- package/remoteIvyRepository.d.ts +3 -3
- package/remoteMavenRepository.d.ts +3 -3
- package/remoteNpmRepository.d.ts +3 -3
- package/remoteNugetRepository.d.ts +3 -3
- package/remoteOciRepository.d.ts +3 -3
- package/remoteOpkgRepository.d.ts +3 -3
- package/remoteP2Repository.d.ts +3 -3
- package/remotePubRepository.d.ts +3 -3
- package/remotePuppetRepository.d.ts +3 -3
- package/remotePypiRepository.d.ts +3 -3
- package/remoteRpmRepository.d.ts +3 -3
- package/remoteSbtRepository.d.ts +3 -3
- package/remoteSwiftRepository.d.ts +3 -3
- package/remoteTerraformRepository.d.ts +3 -3
- package/remoteVcsRepository.d.ts +3 -3
- package/types/input.d.ts +0 -21
- package/types/output.d.ts +0 -21
- package/accessToken.d.ts +0 -307
- package/accessToken.js +0 -239
- package/accessToken.js.map +0 -1
- package/replicationConfig.d.ts +0 -93
- package/replicationConfig.js +0 -95
- package/replicationConfig.js.map +0 -1
- package/singleReplicationConfig.d.ts +0 -115
- package/singleReplicationConfig.js +0 -98
- package/singleReplicationConfig.js.map +0 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ To use from Python, install using `pip`:
|
|
|
34
34
|
|
|
35
35
|
To use from Go, use `go get` to grab the latest version of the library
|
|
36
36
|
|
|
37
|
-
$ go get github.com/pulumi/pulumi-artifactory/sdk/
|
|
37
|
+
$ go get github.com/pulumi/pulumi-artifactory/sdk/v8
|
|
38
38
|
|
|
39
39
|
### .NET
|
|
40
40
|
|
|
@@ -56,7 +56,6 @@ The following configuration points are available:
|
|
|
56
56
|
- `artifactory:accessToken` - (Optional) API key for token auth. Uses `Authorization: Bearer` header. For xray
|
|
57
57
|
functionality, this is the only auth method accepted. Conflicts with `username` and `password`, and `apiKey`. This can
|
|
58
58
|
also be sourced from the `ARTIFACTORY_ACCESS_TOKEN` environment variable.
|
|
59
|
-
- `artifactory:checkLicense` - (Optional) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.
|
|
60
59
|
|
|
61
60
|
## Reference
|
|
62
61
|
|
package/config/vars.d.ts
CHANGED
|
@@ -8,10 +8,6 @@ export declare const accessToken: string | undefined;
|
|
|
8
8
|
* provider will ignore this attribute.
|
|
9
9
|
*/
|
|
10
10
|
export declare const apiKey: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.
|
|
13
|
-
*/
|
|
14
|
-
export declare const checkLicense: boolean;
|
|
15
11
|
/**
|
|
16
12
|
* OIDC provider name. See [Configure an OIDC
|
|
17
13
|
* Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/configure-an-oidc-integration) for
|
package/config/vars.js
CHANGED
|
@@ -16,13 +16,6 @@ Object.defineProperty(exports, "apiKey", {
|
|
|
16
16
|
},
|
|
17
17
|
enumerable: true,
|
|
18
18
|
});
|
|
19
|
-
Object.defineProperty(exports, "checkLicense", {
|
|
20
|
-
get() {
|
|
21
|
-
var _a;
|
|
22
|
-
return (_a = __config.getObject("checkLicense")) !== null && _a !== void 0 ? _a : false;
|
|
23
|
-
},
|
|
24
|
-
enumerable: true,
|
|
25
|
-
});
|
|
26
19
|
Object.defineProperty(exports, "oidcProviderName", {
|
|
27
20
|
get() {
|
|
28
21
|
return __config.get("oidcProviderName");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;AAOlD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE;IAC1C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IACvC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;AAOlD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE;IAC1C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IACvC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE;IAC/C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAC5C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,EAAE;IAClC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export { AccessTokenArgs, AccessTokenState } from "./accessToken";
|
|
2
|
-
export type AccessToken = import("./accessToken").AccessToken;
|
|
3
|
-
export declare const AccessToken: typeof import("./accessToken").AccessToken;
|
|
4
1
|
export { AlpineRepositoryArgs, AlpineRepositoryState } from "./alpineRepository";
|
|
5
2
|
export type AlpineRepository = import("./alpineRepository").AlpineRepository;
|
|
6
3
|
export declare const AlpineRepository: typeof import("./alpineRepository").AlpineRepository;
|
|
@@ -916,9 +913,6 @@ export declare const RemoteTerraformRepository: typeof import("./remoteTerraform
|
|
|
916
913
|
export { RemoteVcsRepositoryArgs, RemoteVcsRepositoryState } from "./remoteVcsRepository";
|
|
917
914
|
export type RemoteVcsRepository = import("./remoteVcsRepository").RemoteVcsRepository;
|
|
918
915
|
export declare const RemoteVcsRepository: typeof import("./remoteVcsRepository").RemoteVcsRepository;
|
|
919
|
-
export { ReplicationConfigArgs, ReplicationConfigState } from "./replicationConfig";
|
|
920
|
-
export type ReplicationConfig = import("./replicationConfig").ReplicationConfig;
|
|
921
|
-
export declare const ReplicationConfig: typeof import("./replicationConfig").ReplicationConfig;
|
|
922
916
|
export { RepositoryLayoutArgs, RepositoryLayoutState } from "./repositoryLayout";
|
|
923
917
|
export type RepositoryLayout = import("./repositoryLayout").RepositoryLayout;
|
|
924
918
|
export declare const RepositoryLayout: typeof import("./repositoryLayout").RepositoryLayout;
|
|
@@ -928,9 +922,6 @@ export declare const SamlSettings: typeof import("./samlSettings").SamlSettings;
|
|
|
928
922
|
export { ScopedTokenArgs, ScopedTokenState } from "./scopedToken";
|
|
929
923
|
export type ScopedToken = import("./scopedToken").ScopedToken;
|
|
930
924
|
export declare const ScopedToken: typeof import("./scopedToken").ScopedToken;
|
|
931
|
-
export { SingleReplicationConfigArgs, SingleReplicationConfigState } from "./singleReplicationConfig";
|
|
932
|
-
export type SingleReplicationConfig = import("./singleReplicationConfig").SingleReplicationConfig;
|
|
933
|
-
export declare const SingleReplicationConfig: typeof import("./singleReplicationConfig").SingleReplicationConfig;
|
|
934
925
|
export { UnmanagedUserArgs, UnmanagedUserState } from "./unmanagedUser";
|
|
935
926
|
export type UnmanagedUser = import("./unmanagedUser").UnmanagedUser;
|
|
936
927
|
export declare const UnmanagedUser: typeof import("./unmanagedUser").UnmanagedUser;
|
package/index.js
CHANGED
|
@@ -2,20 +2,18 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.FederatedMavenRepository = exports.FederatedIvyRepository = exports.FederatedHelmociRepository = exports.FederatedHelmRepository = exports.FederatedGradleRepository = exports.FederatedGoRepository = exports.FederatedGitltfsRepository = exports.FederatedGenericRepository = exports.FederatedGemsRepository = exports.FederatedDockerV2Repository = exports.FederatedDockerV1Repository = exports.FederatedDockerRepository = exports.FederatedDebianRepository = exports.FederatedCranRepository = exports.FederatedCondaRepository = exports.FederatedConanRepository = exports.FederatedComposerRepository = exports.FederatedCocoapodsRepository = exports.FederatedChefRepository = exports.FederatedCargoRepository = exports.FederatedBowerRepository = exports.FederatedAnsibleRepository = exports.FederatedAlpineRepository = exports.DockerWebhook = exports.DockerV2Repository = exports.DockerV1Repository = exports.DockerCustomWebhook = exports.DistributionWebhook = exports.DistributionPublicKey = exports.DistributionCustomWebhook = exports.DestinationWebhook = exports.DestinationCustomWebhook = exports.DebianRepository = exports.Certificate = exports.BuildWebhook = exports.BuildCustomWebhook = exports.Backup = exports.ArtifactoryReleaseBundleWebhook = exports.ArtifactoryReleaseBundleCustomWebhook = exports.ArtifactWebhook = exports.ArtifactPropertyWebhook = exports.ArtifactPropertyCustomWebhook = exports.ArtifactLifecycleWebhook = exports.ArtifactLifecycleCustomWebhook = exports.ArtifactCustomWebhook = exports.Artifact = exports.ApiKey = exports.AnonymousUser = exports.AlpineRepository =
|
|
6
|
-
exports.getFederatedGradleRepository = exports.getFederatedGoRepositoryOutput = exports.getFederatedGoRepository = exports.getFederatedGitlfsRepositoryOutput = exports.getFederatedGitlfsRepository = exports.getFederatedGenericRepositoryOutput = exports.getFederatedGenericRepository = exports.getFederatedGemsRepositoryOutput = exports.getFederatedGemsRepository = exports.getFederatedDockerV2RepositoryOutput = exports.getFederatedDockerV2Repository = exports.getFederatedDockerV1RepositoryOutput = exports.getFederatedDockerV1Repository = exports.getFederatedDockerRepositoryOutput = exports.getFederatedDockerRepository = exports.getFederatedDebianRepositoryOutput = exports.getFederatedDebianRepository = exports.getFederatedCranRepositoryOutput = exports.getFederatedCranRepository = exports.getFederatedCondaRepositoryOutput = exports.getFederatedCondaRepository = exports.getFederatedConanRepositoryOutput = exports.getFederatedConanRepository = exports.getFederatedComposerRepositoryOutput = exports.getFederatedComposerRepository = exports.getFederatedCocoapodsRepositoryOutput = exports.getFederatedCocoapodsRepository = exports.getFederatedChefRepositoryOutput = exports.getFederatedChefRepository = exports.getFederatedCargoRepositoryOutput = exports.getFederatedCargoRepository = exports.getFederatedBowerRepositoryOutput = exports.getFederatedBowerRepository = exports.getFederatedAnsibleRepositoryOutput = exports.getFederatedAnsibleRepository = exports.getFederatedAlpineRepositoryOutput = exports.getFederatedAlpineRepository = exports.GeneralSecurity = exports.FederatedVagrantRepository = exports.FederatedTerraformProviderRepository = exports.FederatedTerraformModuleRepository = exports.FederatedSwiftRepository = exports.FederatedSbtRepository = exports.FederatedRpmRepository = exports.FederatedPypiRepository = exports.FederatedPuppetRepository = exports.FederatedOpkgRepository = exports.FederatedOciRepository = exports.FederatedNugetRepository =
|
|
7
|
-
exports.getLocalChefRepository = exports.getLocalCargoRepositoryOutput = exports.getLocalCargoRepository = exports.getLocalBowerRepositoryOutput = exports.getLocalBowerRepository = exports.getLocalAnsibleRepositoryOutput = exports.getLocalAnsibleRepository = exports.getLocalAlpineRepositoryOutput = exports.getLocalAlpineRepository = exports.getGroupOutput = exports.getGroup = exports.getFileinfoOutput = exports.getFileinfo = exports.getFileListOutput = exports.getFileList = exports.getFileOutput = exports.getFile = exports.getFederatedVagrantRepositoryOutput = exports.getFederatedVagrantRepository = exports.getFederatedTerraformProviderRepositoryOutput = exports.getFederatedTerraformProviderRepository = exports.getFederatedTerraformModuleRepositoryOutput = exports.getFederatedTerraformModuleRepository = exports.getFederatedSwiftRepositoryOutput = exports.getFederatedSwiftRepository = exports.getFederatedSbtRepositoryOutput = exports.getFederatedSbtRepository = exports.getFederatedRpmRepositoryOutput = exports.getFederatedRpmRepository = exports.getFederatedPypiRepositoryOutput = exports.getFederatedPypiRepository = exports.getFederatedPuppetRepositoryOutput = exports.getFederatedPuppetRepository = exports.getFederatedOpkgRepositoryOutput = exports.getFederatedOpkgRepository = exports.getFederatedOciRepositoryOutput = exports.getFederatedOciRepository = exports.getFederatedNugetRepositoryOutput = exports.getFederatedNugetRepository = exports.getFederatedNpmRepositoryOutput = exports.getFederatedNpmRepository = exports.getFederatedMavenRepositoryOutput = exports.getFederatedMavenRepository = exports.getFederatedIvyRepositoryOutput = exports.getFederatedIvyRepository = exports.getFederatedHelmociRepositoryOutput = exports.getFederatedHelmociRepository = exports.getFederatedHelmRepositoryOutput = exports.getFederatedHelmRepository =
|
|
8
|
-
exports.getLocalPypiRepository = exports.getLocalPuppetRepositoryOutput = exports.getLocalPuppetRepository = exports.getLocalPubRepositoryOutput = exports.getLocalPubRepository = exports.getLocalOpkgRepositoryOutput = exports.getLocalOpkgRepository = exports.getLocalOciRepositoryOutput = exports.getLocalOciRepository = exports.getLocalNugetRepositoryOutput = exports.getLocalNugetRepository = exports.getLocalNpmRepositoryOutput = exports.getLocalNpmRepository = exports.getLocalMavenRepositoryOutput = exports.getLocalMavenRepository = exports.getLocalIvyRepositoryOutput = exports.getLocalIvyRepository = exports.getLocalHuggingfacemlRepositoryOutput = exports.getLocalHuggingfacemlRepository = exports.getLocalHelmociRepositoryOutput = exports.getLocalHelmociRepository = exports.getLocalHelmRepositoryOutput = exports.getLocalHelmRepository = exports.getLocalGradleRepositoryOutput = exports.getLocalGradleRepository = exports.getLocalGoRepositoryOutput = exports.getLocalGoRepository = exports.getLocalGitlfsRepositoryOutput = exports.getLocalGitlfsRepository = exports.getLocalGenericRepositoryOutput = exports.getLocalGenericRepository = exports.getLocalGemsRepositoryOutput = exports.getLocalGemsRepository = exports.getLocalDockerV2RepositoryOutput = exports.getLocalDockerV2Repository = exports.getLocalDockerV1RepositoryOutput = exports.getLocalDockerV1Repository = exports.getLocalDebianRepositoryOutput = exports.getLocalDebianRepository = exports.getLocalCranRepositoryOutput = exports.getLocalCranRepository = exports.getLocalCondaRepositoryOutput = exports.getLocalCondaRepository = exports.getLocalConanRepositoryOutput = exports.getLocalConanRepository = exports.getLocalComposerRepositoryOutput = exports.getLocalComposerRepository = exports.getLocalCocoapodsRepositoryOutput = exports.getLocalCocoapodsRepository =
|
|
9
|
-
exports.getRemoteGradleRepository = exports.getRemoteGoRepositoryOutput = exports.getRemoteGoRepository = exports.getRemoteGitlfsRepositoryOutput = exports.getRemoteGitlfsRepository = exports.getRemoteGenericRepositoryOutput = exports.getRemoteGenericRepository = exports.getRemoteGemsRepositoryOutput = exports.getRemoteGemsRepository = exports.getRemoteDockerRepositoryOutput = exports.getRemoteDockerRepository = exports.getRemoteDebianRepositoryOutput = exports.getRemoteDebianRepository = exports.getRemoteCranRepositoryOutput = exports.getRemoteCranRepository = exports.getRemoteCondaRepositoryOutput = exports.getRemoteCondaRepository = exports.getRemoteConanRepositoryOutput = exports.getRemoteConanRepository = exports.getRemoteComposerRepositoryOutput = exports.getRemoteComposerRepository = exports.getRemoteCocoapodsRepositoryOutput = exports.getRemoteCocoapodsRepository = exports.getRemoteChefRepositoryOutput = exports.getRemoteChefRepository = exports.getRemoteCargoRepositoryOutput = exports.getRemoteCargoRepository = exports.getRemoteBowerRepositoryOutput = exports.getRemoteBowerRepository = exports.getRemoteAnsibleRepositoryOutput = exports.getRemoteAnsibleRepository = exports.getRemoteAlpineRepositoryOutput = exports.getRemoteAlpineRepository = exports.getPermissionTargetOutput = exports.getPermissionTarget = exports.getLocalVagrantRepositoryOutput = exports.getLocalVagrantRepository = exports.getLocalTerraformbackendRepositoryOutput = exports.getLocalTerraformbackendRepository = exports.getLocalTerraformProviderRepositoryOutput = exports.getLocalTerraformProviderRepository = exports.getLocalTerraformModuleRepositoryOutput = exports.getLocalTerraformModuleRepository = exports.getLocalSwiftRepositoryOutput = exports.getLocalSwiftRepository = exports.getLocalSbtRepositoryOutput = exports.getLocalSbtRepository = exports.getLocalRpmRepositoryOutput = exports.getLocalRpmRepository =
|
|
10
|
-
exports.getVirtualConanRepository = exports.getVirtualComposerRepositoryOutput = exports.getVirtualComposerRepository = exports.getVirtualChefRepositoryOutput = exports.getVirtualChefRepository = exports.getVirtualBowerRepositoryOutput = exports.getVirtualBowerRepository = exports.getVirtualAnsibleRepositoryOutput = exports.getVirtualAnsibleRepository = exports.getVirtualAlpineRepositoryOutput = exports.getVirtualAlpineRepository = exports.getUserOutput = exports.getUser = exports.getRepositoriesOutput = exports.getRepositories = exports.getRemoteVcsRepositoryOutput = exports.getRemoteVcsRepository = exports.getRemoteTerraformRepositoryOutput = exports.getRemoteTerraformRepository = exports.getRemoteSwiftRepositoryOutput = exports.getRemoteSwiftRepository = exports.getRemoteSbtRepositoryOutput = exports.getRemoteSbtRepository = exports.getRemoteRpmRepositoryOutput = exports.getRemoteRpmRepository = exports.getRemotePypiRepositoryOutput = exports.getRemotePypiRepository = exports.getRemotePuppetRepositoryOutput = exports.getRemotePuppetRepository = exports.getRemotePubRepositoryOutput = exports.getRemotePubRepository = exports.getRemoteP2RepositoryOutput = exports.getRemoteP2Repository = exports.getRemoteOpkgRepositoryOutput = exports.getRemoteOpkgRepository = exports.getRemoteOciRepositoryOutput = exports.getRemoteOciRepository = exports.getRemoteNugetRepositoryOutput = exports.getRemoteNugetRepository = exports.getRemoteNpmRepositoryOutput = exports.getRemoteNpmRepository = exports.getRemoteMavenRepositoryOutput = exports.getRemoteMavenRepository = exports.getRemoteIvyRepositoryOutput = exports.getRemoteIvyRepository = exports.getRemoteHelmociRepositoryOutput = exports.getRemoteHelmociRepository = exports.getRemoteHelmRepositoryOutput = exports.getRemoteHelmRepository =
|
|
11
|
-
exports.GlobalEnvironment = exports.getVirtualTerraformRepositoryOutput = exports.getVirtualTerraformRepository = exports.getVirtualSwiftRepositoryOutput = exports.getVirtualSwiftRepository = exports.getVirtualSbtRepositoryOutput = exports.getVirtualSbtRepository = exports.getVirtualRpmRepositoryOutput = exports.getVirtualRpmRepository = exports.getVirtualPypiRepositoryOutput = exports.getVirtualPypiRepository = exports.getVirtualPuppetRepositoryOutput = exports.getVirtualPuppetRepository = exports.getVirtualPubRepositoryOutput = exports.getVirtualPubRepository = exports.getVirtualP2RepositoryOutput = exports.getVirtualP2Repository = exports.getVirtualOciRepositoryOutput = exports.getVirtualOciRepository = exports.getVirtualNugetRepositoryOutput = exports.getVirtualNugetRepository = exports.getVirtualNpmRepositoryOutput = exports.getVirtualNpmRepository = exports.getVirtualMavenRepositoryOutput = exports.getVirtualMavenRepository = exports.getVirtualIvyRepositoryOutput = exports.getVirtualIvyRepository = exports.getVirtualHelmociRepositoryOutput = exports.getVirtualHelmociRepository = exports.getVirtualHelmRepositoryOutput = exports.getVirtualHelmRepository = exports.getVirtualGradleRepositoryOutput = exports.getVirtualGradleRepository = exports.getVirtualGoRepositoryOutput = exports.getVirtualGoRepository = exports.getVirtualGitlfsRepositoryOutput = exports.getVirtualGitlfsRepository = exports.getVirtualGenericRepositoryOutput = exports.getVirtualGenericRepository = exports.getVirtualGemsRepositoryOutput = exports.getVirtualGemsRepository = exports.getVirtualDockerRepositoryOutput = exports.getVirtualDockerRepository = exports.getVirtualDebianRepositoryOutput = exports.getVirtualDebianRepository = exports.getVirtualCranRepositoryOutput = exports.getVirtualCranRepository = exports.getVirtualCondaRepositoryOutput = exports.getVirtualCondaRepository =
|
|
12
|
-
exports.PermissionTarget = exports.PasswordExpirationPolicy = exports.PackageCleanupPolicy = exports.OauthSettings = exports.MavenRepository = exports.ManagedUser = exports.MailServer = exports.LocalVagrantRepository = exports.LocalTerraformProviderRepository = exports.LocalTerraformModuleRepository = exports.LocalTerraformBackendRepository = exports.LocalSwiftRepository = exports.LocalSbtRepository = exports.LocalRpmRepository = exports.LocalRepositorySingleReplication = exports.LocalRepositoryMultiReplication = exports.LocalPypiRepository = exports.LocalPuppetRepository = exports.LocalPubRepository = exports.LocalOpkgRepository = exports.LocalOciRepository = exports.LocalNugetRepository = exports.LocalNpmRepository = exports.LocalMavenRepository = exports.LocalIvyRepository = exports.LocalHuggingfacemlRepository = exports.LocalHelmociRepository = exports.LocalHelmRepository = exports.LocalGradleRepository = exports.LocalGoRepository = exports.LocalGitltfsRepository = exports.LocalGenericRepository = exports.LocalGemsRepository = exports.LocalCranRepository = exports.LocalCondaRepository = exports.LocalConanRepository = exports.LocalComposerRepository = exports.LocalCocoapodsRepository = exports.LocalChefRepository = exports.LocalCargoRepository = exports.LocalBowerRepository = exports.LocalAnsibleRepository = exports.LdapSettingV2 = exports.LdapSetting = exports.LdapGroupSettingV2 = exports.LdapGroupSetting = exports.Keypair = exports.ItemProperties = exports.Group =
|
|
13
|
-
exports.
|
|
14
|
-
exports.types = exports.config = exports.VirtualTerraformRepository = exports.VirtualSwiftRepository = exports.VirtualSbtRepository = exports.VirtualRpmRepository = exports.VirtualPypiRepository = exports.VirtualPuppetRepository = exports.VirtualPubRepository = exports.VirtualP2Repository = exports.VirtualOciRepository = exports.VirtualNugetRepository = exports.VirtualNpmRepository = exports.VirtualIvyRepository = exports.VirtualHelmociRepository = exports.VirtualHelmRepository = exports.VirtualGradleRepository = exports.VirtualGitlfsRepository = exports.VirtualGenericRepository = exports.VirtualGemsRepository = exports.VirtualDockerRepository = exports.VirtualDebianRepository = exports.VirtualCranRepository = exports.VirtualCondaRepository = exports.VirtualConanRepository = exports.VirtualComposerRepository = exports.VirtualChefRepository = exports.VirtualBowerRepository = exports.VirtualAnsibleRepository = exports.VirtualAlpineRepository = exports.VaultConfiguration = exports.UserWebhook = exports.UserLockPolicy = exports.UserCustomWebhook = exports.User = exports.UnmanagedUser = exports.
|
|
5
|
+
exports.FederatedNpmRepository = exports.FederatedMavenRepository = exports.FederatedIvyRepository = exports.FederatedHelmociRepository = exports.FederatedHelmRepository = exports.FederatedGradleRepository = exports.FederatedGoRepository = exports.FederatedGitltfsRepository = exports.FederatedGenericRepository = exports.FederatedGemsRepository = exports.FederatedDockerV2Repository = exports.FederatedDockerV1Repository = exports.FederatedDockerRepository = exports.FederatedDebianRepository = exports.FederatedCranRepository = exports.FederatedCondaRepository = exports.FederatedConanRepository = exports.FederatedComposerRepository = exports.FederatedCocoapodsRepository = exports.FederatedChefRepository = exports.FederatedCargoRepository = exports.FederatedBowerRepository = exports.FederatedAnsibleRepository = exports.FederatedAlpineRepository = exports.DockerWebhook = exports.DockerV2Repository = exports.DockerV1Repository = exports.DockerCustomWebhook = exports.DistributionWebhook = exports.DistributionPublicKey = exports.DistributionCustomWebhook = exports.DestinationWebhook = exports.DestinationCustomWebhook = exports.DebianRepository = exports.Certificate = exports.BuildWebhook = exports.BuildCustomWebhook = exports.Backup = exports.ArtifactoryReleaseBundleWebhook = exports.ArtifactoryReleaseBundleCustomWebhook = exports.ArtifactWebhook = exports.ArtifactPropertyWebhook = exports.ArtifactPropertyCustomWebhook = exports.ArtifactLifecycleWebhook = exports.ArtifactLifecycleCustomWebhook = exports.ArtifactCustomWebhook = exports.Artifact = exports.ApiKey = exports.AnonymousUser = exports.AlpineRepository = void 0;
|
|
6
|
+
exports.getFederatedGradleRepositoryOutput = exports.getFederatedGradleRepository = exports.getFederatedGoRepositoryOutput = exports.getFederatedGoRepository = exports.getFederatedGitlfsRepositoryOutput = exports.getFederatedGitlfsRepository = exports.getFederatedGenericRepositoryOutput = exports.getFederatedGenericRepository = exports.getFederatedGemsRepositoryOutput = exports.getFederatedGemsRepository = exports.getFederatedDockerV2RepositoryOutput = exports.getFederatedDockerV2Repository = exports.getFederatedDockerV1RepositoryOutput = exports.getFederatedDockerV1Repository = exports.getFederatedDockerRepositoryOutput = exports.getFederatedDockerRepository = exports.getFederatedDebianRepositoryOutput = exports.getFederatedDebianRepository = exports.getFederatedCranRepositoryOutput = exports.getFederatedCranRepository = exports.getFederatedCondaRepositoryOutput = exports.getFederatedCondaRepository = exports.getFederatedConanRepositoryOutput = exports.getFederatedConanRepository = exports.getFederatedComposerRepositoryOutput = exports.getFederatedComposerRepository = exports.getFederatedCocoapodsRepositoryOutput = exports.getFederatedCocoapodsRepository = exports.getFederatedChefRepositoryOutput = exports.getFederatedChefRepository = exports.getFederatedCargoRepositoryOutput = exports.getFederatedCargoRepository = exports.getFederatedBowerRepositoryOutput = exports.getFederatedBowerRepository = exports.getFederatedAnsibleRepositoryOutput = exports.getFederatedAnsibleRepository = exports.getFederatedAlpineRepositoryOutput = exports.getFederatedAlpineRepository = exports.GeneralSecurity = exports.FederatedVagrantRepository = exports.FederatedTerraformProviderRepository = exports.FederatedTerraformModuleRepository = exports.FederatedSwiftRepository = exports.FederatedSbtRepository = exports.FederatedRpmRepository = exports.FederatedPypiRepository = exports.FederatedPuppetRepository = exports.FederatedOpkgRepository = exports.FederatedOciRepository = exports.FederatedNugetRepository = void 0;
|
|
7
|
+
exports.getLocalChefRepositoryOutput = exports.getLocalChefRepository = exports.getLocalCargoRepositoryOutput = exports.getLocalCargoRepository = exports.getLocalBowerRepositoryOutput = exports.getLocalBowerRepository = exports.getLocalAnsibleRepositoryOutput = exports.getLocalAnsibleRepository = exports.getLocalAlpineRepositoryOutput = exports.getLocalAlpineRepository = exports.getGroupOutput = exports.getGroup = exports.getFileinfoOutput = exports.getFileinfo = exports.getFileListOutput = exports.getFileList = exports.getFileOutput = exports.getFile = exports.getFederatedVagrantRepositoryOutput = exports.getFederatedVagrantRepository = exports.getFederatedTerraformProviderRepositoryOutput = exports.getFederatedTerraformProviderRepository = exports.getFederatedTerraformModuleRepositoryOutput = exports.getFederatedTerraformModuleRepository = exports.getFederatedSwiftRepositoryOutput = exports.getFederatedSwiftRepository = exports.getFederatedSbtRepositoryOutput = exports.getFederatedSbtRepository = exports.getFederatedRpmRepositoryOutput = exports.getFederatedRpmRepository = exports.getFederatedPypiRepositoryOutput = exports.getFederatedPypiRepository = exports.getFederatedPuppetRepositoryOutput = exports.getFederatedPuppetRepository = exports.getFederatedOpkgRepositoryOutput = exports.getFederatedOpkgRepository = exports.getFederatedOciRepositoryOutput = exports.getFederatedOciRepository = exports.getFederatedNugetRepositoryOutput = exports.getFederatedNugetRepository = exports.getFederatedNpmRepositoryOutput = exports.getFederatedNpmRepository = exports.getFederatedMavenRepositoryOutput = exports.getFederatedMavenRepository = exports.getFederatedIvyRepositoryOutput = exports.getFederatedIvyRepository = exports.getFederatedHelmociRepositoryOutput = exports.getFederatedHelmociRepository = exports.getFederatedHelmRepositoryOutput = exports.getFederatedHelmRepository = void 0;
|
|
8
|
+
exports.getLocalPypiRepositoryOutput = exports.getLocalPypiRepository = exports.getLocalPuppetRepositoryOutput = exports.getLocalPuppetRepository = exports.getLocalPubRepositoryOutput = exports.getLocalPubRepository = exports.getLocalOpkgRepositoryOutput = exports.getLocalOpkgRepository = exports.getLocalOciRepositoryOutput = exports.getLocalOciRepository = exports.getLocalNugetRepositoryOutput = exports.getLocalNugetRepository = exports.getLocalNpmRepositoryOutput = exports.getLocalNpmRepository = exports.getLocalMavenRepositoryOutput = exports.getLocalMavenRepository = exports.getLocalIvyRepositoryOutput = exports.getLocalIvyRepository = exports.getLocalHuggingfacemlRepositoryOutput = exports.getLocalHuggingfacemlRepository = exports.getLocalHelmociRepositoryOutput = exports.getLocalHelmociRepository = exports.getLocalHelmRepositoryOutput = exports.getLocalHelmRepository = exports.getLocalGradleRepositoryOutput = exports.getLocalGradleRepository = exports.getLocalGoRepositoryOutput = exports.getLocalGoRepository = exports.getLocalGitlfsRepositoryOutput = exports.getLocalGitlfsRepository = exports.getLocalGenericRepositoryOutput = exports.getLocalGenericRepository = exports.getLocalGemsRepositoryOutput = exports.getLocalGemsRepository = exports.getLocalDockerV2RepositoryOutput = exports.getLocalDockerV2Repository = exports.getLocalDockerV1RepositoryOutput = exports.getLocalDockerV1Repository = exports.getLocalDebianRepositoryOutput = exports.getLocalDebianRepository = exports.getLocalCranRepositoryOutput = exports.getLocalCranRepository = exports.getLocalCondaRepositoryOutput = exports.getLocalCondaRepository = exports.getLocalConanRepositoryOutput = exports.getLocalConanRepository = exports.getLocalComposerRepositoryOutput = exports.getLocalComposerRepository = exports.getLocalCocoapodsRepositoryOutput = exports.getLocalCocoapodsRepository = void 0;
|
|
9
|
+
exports.getRemoteGradleRepositoryOutput = exports.getRemoteGradleRepository = exports.getRemoteGoRepositoryOutput = exports.getRemoteGoRepository = exports.getRemoteGitlfsRepositoryOutput = exports.getRemoteGitlfsRepository = exports.getRemoteGenericRepositoryOutput = exports.getRemoteGenericRepository = exports.getRemoteGemsRepositoryOutput = exports.getRemoteGemsRepository = exports.getRemoteDockerRepositoryOutput = exports.getRemoteDockerRepository = exports.getRemoteDebianRepositoryOutput = exports.getRemoteDebianRepository = exports.getRemoteCranRepositoryOutput = exports.getRemoteCranRepository = exports.getRemoteCondaRepositoryOutput = exports.getRemoteCondaRepository = exports.getRemoteConanRepositoryOutput = exports.getRemoteConanRepository = exports.getRemoteComposerRepositoryOutput = exports.getRemoteComposerRepository = exports.getRemoteCocoapodsRepositoryOutput = exports.getRemoteCocoapodsRepository = exports.getRemoteChefRepositoryOutput = exports.getRemoteChefRepository = exports.getRemoteCargoRepositoryOutput = exports.getRemoteCargoRepository = exports.getRemoteBowerRepositoryOutput = exports.getRemoteBowerRepository = exports.getRemoteAnsibleRepositoryOutput = exports.getRemoteAnsibleRepository = exports.getRemoteAlpineRepositoryOutput = exports.getRemoteAlpineRepository = exports.getPermissionTargetOutput = exports.getPermissionTarget = exports.getLocalVagrantRepositoryOutput = exports.getLocalVagrantRepository = exports.getLocalTerraformbackendRepositoryOutput = exports.getLocalTerraformbackendRepository = exports.getLocalTerraformProviderRepositoryOutput = exports.getLocalTerraformProviderRepository = exports.getLocalTerraformModuleRepositoryOutput = exports.getLocalTerraformModuleRepository = exports.getLocalSwiftRepositoryOutput = exports.getLocalSwiftRepository = exports.getLocalSbtRepositoryOutput = exports.getLocalSbtRepository = exports.getLocalRpmRepositoryOutput = exports.getLocalRpmRepository = void 0;
|
|
10
|
+
exports.getVirtualConanRepositoryOutput = exports.getVirtualConanRepository = exports.getVirtualComposerRepositoryOutput = exports.getVirtualComposerRepository = exports.getVirtualChefRepositoryOutput = exports.getVirtualChefRepository = exports.getVirtualBowerRepositoryOutput = exports.getVirtualBowerRepository = exports.getVirtualAnsibleRepositoryOutput = exports.getVirtualAnsibleRepository = exports.getVirtualAlpineRepositoryOutput = exports.getVirtualAlpineRepository = exports.getUserOutput = exports.getUser = exports.getRepositoriesOutput = exports.getRepositories = exports.getRemoteVcsRepositoryOutput = exports.getRemoteVcsRepository = exports.getRemoteTerraformRepositoryOutput = exports.getRemoteTerraformRepository = exports.getRemoteSwiftRepositoryOutput = exports.getRemoteSwiftRepository = exports.getRemoteSbtRepositoryOutput = exports.getRemoteSbtRepository = exports.getRemoteRpmRepositoryOutput = exports.getRemoteRpmRepository = exports.getRemotePypiRepositoryOutput = exports.getRemotePypiRepository = exports.getRemotePuppetRepositoryOutput = exports.getRemotePuppetRepository = exports.getRemotePubRepositoryOutput = exports.getRemotePubRepository = exports.getRemoteP2RepositoryOutput = exports.getRemoteP2Repository = exports.getRemoteOpkgRepositoryOutput = exports.getRemoteOpkgRepository = exports.getRemoteOciRepositoryOutput = exports.getRemoteOciRepository = exports.getRemoteNugetRepositoryOutput = exports.getRemoteNugetRepository = exports.getRemoteNpmRepositoryOutput = exports.getRemoteNpmRepository = exports.getRemoteMavenRepositoryOutput = exports.getRemoteMavenRepository = exports.getRemoteIvyRepositoryOutput = exports.getRemoteIvyRepository = exports.getRemoteHelmociRepositoryOutput = exports.getRemoteHelmociRepository = exports.getRemoteHelmRepositoryOutput = exports.getRemoteHelmRepository = void 0;
|
|
11
|
+
exports.GoRepository = exports.GlobalEnvironment = exports.getVirtualTerraformRepositoryOutput = exports.getVirtualTerraformRepository = exports.getVirtualSwiftRepositoryOutput = exports.getVirtualSwiftRepository = exports.getVirtualSbtRepositoryOutput = exports.getVirtualSbtRepository = exports.getVirtualRpmRepositoryOutput = exports.getVirtualRpmRepository = exports.getVirtualPypiRepositoryOutput = exports.getVirtualPypiRepository = exports.getVirtualPuppetRepositoryOutput = exports.getVirtualPuppetRepository = exports.getVirtualPubRepositoryOutput = exports.getVirtualPubRepository = exports.getVirtualP2RepositoryOutput = exports.getVirtualP2Repository = exports.getVirtualOciRepositoryOutput = exports.getVirtualOciRepository = exports.getVirtualNugetRepositoryOutput = exports.getVirtualNugetRepository = exports.getVirtualNpmRepositoryOutput = exports.getVirtualNpmRepository = exports.getVirtualMavenRepositoryOutput = exports.getVirtualMavenRepository = exports.getVirtualIvyRepositoryOutput = exports.getVirtualIvyRepository = exports.getVirtualHelmociRepositoryOutput = exports.getVirtualHelmociRepository = exports.getVirtualHelmRepositoryOutput = exports.getVirtualHelmRepository = exports.getVirtualGradleRepositoryOutput = exports.getVirtualGradleRepository = exports.getVirtualGoRepositoryOutput = exports.getVirtualGoRepository = exports.getVirtualGitlfsRepositoryOutput = exports.getVirtualGitlfsRepository = exports.getVirtualGenericRepositoryOutput = exports.getVirtualGenericRepository = exports.getVirtualGemsRepositoryOutput = exports.getVirtualGemsRepository = exports.getVirtualDockerRepositoryOutput = exports.getVirtualDockerRepository = exports.getVirtualDebianRepositoryOutput = exports.getVirtualDebianRepository = exports.getVirtualCranRepositoryOutput = exports.getVirtualCranRepository = exports.getVirtualCondaRepositoryOutput = exports.getVirtualCondaRepository = void 0;
|
|
12
|
+
exports.PropertySet = exports.PermissionTarget = exports.PasswordExpirationPolicy = exports.PackageCleanupPolicy = exports.OauthSettings = exports.MavenRepository = exports.ManagedUser = exports.MailServer = exports.LocalVagrantRepository = exports.LocalTerraformProviderRepository = exports.LocalTerraformModuleRepository = exports.LocalTerraformBackendRepository = exports.LocalSwiftRepository = exports.LocalSbtRepository = exports.LocalRpmRepository = exports.LocalRepositorySingleReplication = exports.LocalRepositoryMultiReplication = exports.LocalPypiRepository = exports.LocalPuppetRepository = exports.LocalPubRepository = exports.LocalOpkgRepository = exports.LocalOciRepository = exports.LocalNugetRepository = exports.LocalNpmRepository = exports.LocalMavenRepository = exports.LocalIvyRepository = exports.LocalHuggingfacemlRepository = exports.LocalHelmociRepository = exports.LocalHelmRepository = exports.LocalGradleRepository = exports.LocalGoRepository = exports.LocalGitltfsRepository = exports.LocalGenericRepository = exports.LocalGemsRepository = exports.LocalCranRepository = exports.LocalCondaRepository = exports.LocalConanRepository = exports.LocalComposerRepository = exports.LocalCocoapodsRepository = exports.LocalChefRepository = exports.LocalCargoRepository = exports.LocalBowerRepository = exports.LocalAnsibleRepository = exports.LdapSettingV2 = exports.LdapSetting = exports.LdapGroupSettingV2 = exports.LdapGroupSetting = exports.Keypair = exports.ItemProperties = exports.Group = void 0;
|
|
13
|
+
exports.SamlSettings = exports.RepositoryLayout = exports.RemoteVcsRepository = exports.RemoteTerraformRepository = exports.RemoteSwiftRepository = exports.RemoteSbtRepository = exports.RemoteRpmRepository = exports.RemoteRepositoryReplication = exports.RemotePypiRepository = exports.RemotePuppetRepository = exports.RemotePubRepository = exports.RemoteP2Repository = exports.RemoteOpkgRepository = exports.RemoteOciRepository = exports.RemoteNugetRepository = exports.RemoteNpmRepository = exports.RemoteMavenRepository = exports.RemoteIvyRepository = exports.RemoteHuggingfacemlRepository = exports.RemoteHelmociRepository = exports.RemoteHelmRepository = exports.RemoteGradleRepository = exports.RemoteGoRepository = exports.RemoteGitlfsRepository = exports.RemoteGenericRepository = exports.RemoteGemsRepository = exports.RemoteDockerRepository = exports.RemoteDebianRepository = exports.RemoteCranRepository = exports.RemoteCondaRepository = exports.RemoteConanRepository = exports.RemoteComposerRepository = exports.RemoteCocoapodsRepository = exports.RemoteChefRepository = exports.RemoteCargoRepository = exports.RemoteBowerRepository = exports.RemoteAnsibleRepository = exports.RemoteAlpineRepository = exports.ReleaseBundleWebhook = exports.ReleaseBundleV2Webhook = exports.ReleaseBundleV2PromotionWebhook = exports.ReleaseBundleV2PromotionCustomWebhook = exports.ReleaseBundleV2Promotion = exports.ReleaseBundleV2CustomWebhook = exports.ReleaseBundleV2 = exports.ReleaseBundleCustomWebhook = exports.PushReplication = exports.PullReplication = exports.Proxy = exports.Provider = void 0;
|
|
14
|
+
exports.types = exports.config = exports.VirtualTerraformRepository = exports.VirtualSwiftRepository = exports.VirtualSbtRepository = exports.VirtualRpmRepository = exports.VirtualPypiRepository = exports.VirtualPuppetRepository = exports.VirtualPubRepository = exports.VirtualP2Repository = exports.VirtualOciRepository = exports.VirtualNugetRepository = exports.VirtualNpmRepository = exports.VirtualIvyRepository = exports.VirtualHelmociRepository = exports.VirtualHelmRepository = exports.VirtualGradleRepository = exports.VirtualGitlfsRepository = exports.VirtualGenericRepository = exports.VirtualGemsRepository = exports.VirtualDockerRepository = exports.VirtualDebianRepository = exports.VirtualCranRepository = exports.VirtualCondaRepository = exports.VirtualConanRepository = exports.VirtualComposerRepository = exports.VirtualChefRepository = exports.VirtualBowerRepository = exports.VirtualAnsibleRepository = exports.VirtualAlpineRepository = exports.VaultConfiguration = exports.UserWebhook = exports.UserLockPolicy = exports.UserCustomWebhook = exports.User = exports.UnmanagedUser = exports.ScopedToken = void 0;
|
|
15
15
|
const pulumi = require("@pulumi/pulumi");
|
|
16
16
|
const utilities = require("./utilities");
|
|
17
|
-
exports.AccessToken = null;
|
|
18
|
-
utilities.lazyLoad(exports, ["AccessToken"], () => require("./accessToken"));
|
|
19
17
|
exports.AlpineRepository = null;
|
|
20
18
|
utilities.lazyLoad(exports, ["AlpineRepository"], () => require("./alpineRepository"));
|
|
21
19
|
exports.AnonymousUser = null;
|
|
@@ -769,16 +767,12 @@ exports.RemoteTerraformRepository = null;
|
|
|
769
767
|
utilities.lazyLoad(exports, ["RemoteTerraformRepository"], () => require("./remoteTerraformRepository"));
|
|
770
768
|
exports.RemoteVcsRepository = null;
|
|
771
769
|
utilities.lazyLoad(exports, ["RemoteVcsRepository"], () => require("./remoteVcsRepository"));
|
|
772
|
-
exports.ReplicationConfig = null;
|
|
773
|
-
utilities.lazyLoad(exports, ["ReplicationConfig"], () => require("./replicationConfig"));
|
|
774
770
|
exports.RepositoryLayout = null;
|
|
775
771
|
utilities.lazyLoad(exports, ["RepositoryLayout"], () => require("./repositoryLayout"));
|
|
776
772
|
exports.SamlSettings = null;
|
|
777
773
|
utilities.lazyLoad(exports, ["SamlSettings"], () => require("./samlSettings"));
|
|
778
774
|
exports.ScopedToken = null;
|
|
779
775
|
utilities.lazyLoad(exports, ["ScopedToken"], () => require("./scopedToken"));
|
|
780
|
-
exports.SingleReplicationConfig = null;
|
|
781
|
-
utilities.lazyLoad(exports, ["SingleReplicationConfig"], () => require("./singleReplicationConfig"));
|
|
782
776
|
exports.UnmanagedUser = null;
|
|
783
777
|
utilities.lazyLoad(exports, ["UnmanagedUser"], () => require("./unmanagedUser"));
|
|
784
778
|
exports.User = null;
|
|
@@ -856,8 +850,6 @@ const _module = {
|
|
|
856
850
|
version: utilities.getVersion(),
|
|
857
851
|
construct: (name, type, urn) => {
|
|
858
852
|
switch (type) {
|
|
859
|
-
case "artifactory:index/accessToken:AccessToken":
|
|
860
|
-
return new exports.AccessToken(name, undefined, { urn });
|
|
861
853
|
case "artifactory:index/alpineRepository:AlpineRepository":
|
|
862
854
|
return new exports.AlpineRepository(name, undefined, { urn });
|
|
863
855
|
case "artifactory:index/anonymousUser:AnonymousUser":
|
|
@@ -1180,16 +1172,12 @@ const _module = {
|
|
|
1180
1172
|
return new exports.RemoteTerraformRepository(name, undefined, { urn });
|
|
1181
1173
|
case "artifactory:index/remoteVcsRepository:RemoteVcsRepository":
|
|
1182
1174
|
return new exports.RemoteVcsRepository(name, undefined, { urn });
|
|
1183
|
-
case "artifactory:index/replicationConfig:ReplicationConfig":
|
|
1184
|
-
return new exports.ReplicationConfig(name, undefined, { urn });
|
|
1185
1175
|
case "artifactory:index/repositoryLayout:RepositoryLayout":
|
|
1186
1176
|
return new exports.RepositoryLayout(name, undefined, { urn });
|
|
1187
1177
|
case "artifactory:index/samlSettings:SamlSettings":
|
|
1188
1178
|
return new exports.SamlSettings(name, undefined, { urn });
|
|
1189
1179
|
case "artifactory:index/scopedToken:ScopedToken":
|
|
1190
1180
|
return new exports.ScopedToken(name, undefined, { urn });
|
|
1191
|
-
case "artifactory:index/singleReplicationConfig:SingleReplicationConfig":
|
|
1192
|
-
return new exports.SingleReplicationConfig(name, undefined, { urn });
|
|
1193
1181
|
case "artifactory:index/unmanagedUser:UnmanagedUser":
|
|
1194
1182
|
return new exports.UnmanagedUser(name, undefined, { urn });
|
|
1195
1183
|
case "artifactory:index/user:User":
|
|
@@ -1263,7 +1251,6 @@ const _module = {
|
|
|
1263
1251
|
}
|
|
1264
1252
|
},
|
|
1265
1253
|
};
|
|
1266
|
-
pulumi.runtime.registerResourceModule("artifactory", "index/accessToken", _module);
|
|
1267
1254
|
pulumi.runtime.registerResourceModule("artifactory", "index/alpineRepository", _module);
|
|
1268
1255
|
pulumi.runtime.registerResourceModule("artifactory", "index/anonymousUser", _module);
|
|
1269
1256
|
pulumi.runtime.registerResourceModule("artifactory", "index/apiKey", _module);
|
|
@@ -1425,11 +1412,9 @@ pulumi.runtime.registerResourceModule("artifactory", "index/remoteSbtRepository"
|
|
|
1425
1412
|
pulumi.runtime.registerResourceModule("artifactory", "index/remoteSwiftRepository", _module);
|
|
1426
1413
|
pulumi.runtime.registerResourceModule("artifactory", "index/remoteTerraformRepository", _module);
|
|
1427
1414
|
pulumi.runtime.registerResourceModule("artifactory", "index/remoteVcsRepository", _module);
|
|
1428
|
-
pulumi.runtime.registerResourceModule("artifactory", "index/replicationConfig", _module);
|
|
1429
1415
|
pulumi.runtime.registerResourceModule("artifactory", "index/repositoryLayout", _module);
|
|
1430
1416
|
pulumi.runtime.registerResourceModule("artifactory", "index/samlSettings", _module);
|
|
1431
1417
|
pulumi.runtime.registerResourceModule("artifactory", "index/scopedToken", _module);
|
|
1432
|
-
pulumi.runtime.registerResourceModule("artifactory", "index/singleReplicationConfig", _module);
|
|
1433
1418
|
pulumi.runtime.registerResourceModule("artifactory", "index/unmanagedUser", _module);
|
|
1434
1419
|
pulumi.runtime.registerResourceModule("artifactory", "index/user", _module);
|
|
1435
1420
|
pulumi.runtime.registerResourceModule("artifactory", "index/userCustomWebhook", _module);
|