@pulumi/artifactory 6.8.0 → 6.8.1
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/package.json +2 -2
- package/types/input.d.ts +7 -1
- package/types/output.d.ts +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "artifactory",
|
|
26
|
-
"version": "6.8.
|
|
26
|
+
"version": "6.8.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -3290,7 +3290,13 @@ export interface PermissionTargetRepo {
|
|
|
3290
3290
|
repositories: pulumi.Input<pulumi.Input<string>[]>;
|
|
3291
3291
|
}
|
|
3292
3292
|
export interface PermissionTargetRepoActions {
|
|
3293
|
+
/**
|
|
3294
|
+
* Groups this permission applies for.
|
|
3295
|
+
*/
|
|
3293
3296
|
groups?: pulumi.Input<pulumi.Input<inputs.PermissionTargetRepoActionsGroup>[]>;
|
|
3297
|
+
/**
|
|
3298
|
+
* Users this permission target applies for.
|
|
3299
|
+
*/
|
|
3294
3300
|
users?: pulumi.Input<pulumi.Input<inputs.PermissionTargetRepoActionsUser>[]>;
|
|
3295
3301
|
}
|
|
3296
3302
|
export interface PermissionTargetRepoActionsGroup {
|
|
@@ -3317,7 +3323,7 @@ export interface PropertySetProperty {
|
|
|
3317
3323
|
*/
|
|
3318
3324
|
multipleChoice?: pulumi.Input<boolean>;
|
|
3319
3325
|
/**
|
|
3320
|
-
*
|
|
3326
|
+
* The name pf the property.
|
|
3321
3327
|
*/
|
|
3322
3328
|
name: pulumi.Input<string>;
|
|
3323
3329
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -2242,7 +2242,13 @@ export interface PermissionTargetRepo {
|
|
|
2242
2242
|
repositories: string[];
|
|
2243
2243
|
}
|
|
2244
2244
|
export interface PermissionTargetRepoActions {
|
|
2245
|
+
/**
|
|
2246
|
+
* Groups this permission applies for.
|
|
2247
|
+
*/
|
|
2245
2248
|
groups?: outputs.PermissionTargetRepoActionsGroup[];
|
|
2249
|
+
/**
|
|
2250
|
+
* Users this permission target applies for.
|
|
2251
|
+
*/
|
|
2246
2252
|
users?: outputs.PermissionTargetRepoActionsUser[];
|
|
2247
2253
|
}
|
|
2248
2254
|
export interface PermissionTargetRepoActionsGroup {
|
|
@@ -2269,7 +2275,7 @@ export interface PropertySetProperty {
|
|
|
2269
2275
|
*/
|
|
2270
2276
|
multipleChoice: boolean;
|
|
2271
2277
|
/**
|
|
2272
|
-
*
|
|
2278
|
+
* The name pf the property.
|
|
2273
2279
|
*/
|
|
2274
2280
|
name: string;
|
|
2275
2281
|
/**
|