New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pulumi/artifactory

Package Overview
Dependencies
Maintainers
2
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/artifactory - npm Package Compare versions

Comparing version 0.5.1-alpha.1645659523 to 0.5.1-alpha.1645883858

14

alpineRepository.d.ts

@@ -82,4 +82,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a AlpineRepository resource with the given unique name, arguments, and options.

@@ -134,2 +138,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -177,3 +185,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -112,4 +112,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly trivialLayout: pulumi.Output<boolean | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a DebianRepository resource with the given unique name, arguments, and options.

@@ -177,2 +181,6 @@ *

trivialLayout?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -233,3 +241,7 @@ }

trivialLayout?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -85,4 +85,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly tagRetention: pulumi.Output<number>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a DockerV1Repository resource with the given unique name, arguments, and options.

@@ -151,2 +155,6 @@ *

tagRetention?: pulumi.Input<number>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -195,3 +203,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -86,4 +86,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly tagRetention: pulumi.Output<number | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a DockerV2Repository resource with the given unique name, arguments, and options.

@@ -151,2 +155,6 @@ *

tagRetention?: pulumi.Input<number>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -203,3 +211,7 @@ }

tagRetention?: pulumi.Input<number>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedAlpineRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedBowerRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedCargoRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedChefRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedCocoapodsRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedComposerRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedConanRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedCondaRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedCranRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedDebianRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedDockerRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedGemsRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -80,4 +80,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedGenericRepository resource with the given unique name, arguments, and options.

@@ -130,2 +133,5 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -171,3 +177,6 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedGitltfsRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedGoRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedGradleRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedHelmRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedIvyRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedMavenRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedNpmRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedNugetRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedOpkgRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedPuppetRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedPypiRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedRpmRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedSbtRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -81,4 +81,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a FederatedVagrantRepository resource with the given unique name, arguments, and options.

@@ -132,2 +136,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -174,3 +182,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalBowerRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalChefRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalCocoapodsRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalComposerRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalConanRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalCranRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalGemsRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -65,4 +65,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalGenericRepository resource with the given unique name, arguments, and options.

@@ -111,2 +114,5 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -148,3 +154,6 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalGitltfsRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalGoRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -106,4 +106,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalGradleRepository resource with the given unique name, arguments, and options.

@@ -187,2 +191,6 @@ *

suppressPomConsistencyChecks?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -259,3 +267,7 @@ }

suppressPomConsistencyChecks?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalHelmRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalIvyRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -106,4 +106,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalMavenRepository resource with the given unique name, arguments, and options.

@@ -187,2 +191,6 @@ *

suppressPomConsistencyChecks?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -259,3 +267,7 @@ }

suppressPomConsistencyChecks?: pulumi.Input<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalNpmRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -78,4 +78,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalNugetRepository resource with the given unique name, arguments, and options.

@@ -135,2 +139,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -183,3 +191,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalOpkgRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalPuppetRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalPypiRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -72,4 +72,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* - A list of XML file names containing RPM group component definitions. Artifactory includes the group definitions as part of the calculated RPM metadata, as well as automatically generating a gzipped version of the group files, if required.

@@ -129,2 +133,6 @@ */

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -177,2 +185,6 @@ /**

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -179,0 +191,0 @@ /**

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalSbtRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -66,4 +66,8 @@ import * as pulumi from "@pulumi/pulumi";

readonly repoLayoutRef: pulumi.Output<string>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a LocalVagrantRepository resource with the given unique name, arguments, and options.

@@ -113,2 +117,6 @@ *

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -151,3 +159,7 @@ }

repoLayoutRef?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
* Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

4

package.json
{
"name": "@pulumi/artifactory",
"version": "v0.5.1-alpha.1645659523+384c9e3f",
"version": "v0.5.1-alpha.1645883858+f01d7f8e",
"description": "A Pulumi package for creating and managing artifactory cloud resources.",

@@ -14,3 +14,3 @@ "keywords": [

"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.5.1-alpha.1645659523+384c9e3f"
"install": "node scripts/install-pulumi-plugin.js resource artifactory v0.5.1-alpha.1645883858+f01d7f8e"
},

@@ -17,0 +17,0 @@ "dependencies": {

@@ -152,4 +152,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly username: pulumi.Output<string | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a RemoteCargoRepository resource with the given unique name, arguments, and options.

@@ -274,2 +277,5 @@ *

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -383,3 +389,6 @@ }

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -166,4 +166,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly username: pulumi.Output<string | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a RemoteDockerRepository resource with the given unique name, arguments, and options.

@@ -301,2 +304,5 @@ *

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -423,3 +429,6 @@ }

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -156,4 +156,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly username: pulumi.Output<string | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a RemoteHelmRepository resource with the given unique name, arguments, and options.

@@ -285,2 +288,5 @@ *

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -401,3 +407,6 @@ }

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -149,4 +149,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly username: pulumi.Output<string | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a RemoteNpmRepository resource with the given unique name, arguments, and options.

@@ -271,2 +274,5 @@ *

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -380,3 +386,6 @@ }

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

@@ -147,4 +147,7 @@ import * as pulumi from "@pulumi/pulumi";

readonly username: pulumi.Output<string | undefined>;
readonly xrayIndex: pulumi.Output<boolean>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
readonly xrayIndex: pulumi.Output<boolean | undefined>;
/**
* Create a RemotePypiRepository resource with the given unique name, arguments, and options.

@@ -269,2 +272,5 @@ *

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;

@@ -378,3 +384,6 @@ }

username?: pulumi.Input<string>;
/**
* Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
*/
xrayIndex?: pulumi.Input<boolean>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc