@pulumi/artifactory 6.1.0 → 6.1.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/artifactory",
3
- "version": "v6.1.0",
3
+ "version": "v6.1.2",
4
4
  "description": "A Pulumi package for creating and managing artifactory cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/proxy.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class Proxy extends pulumi.CustomResource {
77
77
  /**
78
78
  * When set, this proxy will be the default proxy for new remote repositories and for internal HTTP requests issued by Artifactory. Will also be used as proxy for all other services in the platform (for example: Xray, Distribution, etc).
79
79
  */
80
- readonly platformDefault: pulumi.Output<boolean | undefined>;
80
+ readonly platformDefault: pulumi.Output<boolean>;
81
81
  /**
82
82
  * The proxy port number.
83
83
  */
package/scopedToken.d.ts CHANGED
@@ -153,7 +153,7 @@ export declare class ScopedToken extends pulumi.CustomResource {
153
153
  * from a predefined closed list. Currently, the only resource type that is supported is the artifact resource type.
154
154
  * `<target>` - the target resource, can be exact name or a pattern `<sub-resource>` - optional, the target sub-resource,
155
155
  * can be exact name or a pattern `<actions>` - comma-separated list of action acronyms.The actions allowed are <r, w, d,
156
- * a, m> or any combination of these actions .To allow all actions - use `*` Examples: `["applied-permissions/user",
156
+ * a, m, x, s> or any combination of these actions. To allow all actions - use `*` Examples: `["applied-permissions/user",
157
157
  * "artifact:generic-local:r"]` `["applied-permissions/group", "artifact:generic-local/path:*"]`
158
158
  * `["applied-permissions/admin", "system:metrics:r", "artifact:generic-local:*"]`
159
159
  */
@@ -263,7 +263,7 @@ export interface ScopedTokenState {
263
263
  * from a predefined closed list. Currently, the only resource type that is supported is the artifact resource type.
264
264
  * `<target>` - the target resource, can be exact name or a pattern `<sub-resource>` - optional, the target sub-resource,
265
265
  * can be exact name or a pattern `<actions>` - comma-separated list of action acronyms.The actions allowed are <r, w, d,
266
- * a, m> or any combination of these actions .To allow all actions - use `*` Examples: `["applied-permissions/user",
266
+ * a, m, x, s> or any combination of these actions. To allow all actions - use `*` Examples: `["applied-permissions/user",
267
267
  * "artifact:generic-local:r"]` `["applied-permissions/group", "artifact:generic-local/path:*"]`
268
268
  * `["applied-permissions/admin", "system:metrics:r", "artifact:generic-local:*"]`
269
269
  */
@@ -341,7 +341,7 @@ export interface ScopedTokenArgs {
341
341
  * from a predefined closed list. Currently, the only resource type that is supported is the artifact resource type.
342
342
  * `<target>` - the target resource, can be exact name or a pattern `<sub-resource>` - optional, the target sub-resource,
343
343
  * can be exact name or a pattern `<actions>` - comma-separated list of action acronyms.The actions allowed are <r, w, d,
344
- * a, m> or any combination of these actions .To allow all actions - use `*` Examples: `["applied-permissions/user",
344
+ * a, m, x, s> or any combination of these actions. To allow all actions - use `*` Examples: `["applied-permissions/user",
345
345
  * "artifact:generic-local:r"]` `["applied-permissions/group", "artifact:generic-local/path:*"]`
346
346
  * `["applied-permissions/admin", "system:metrics:r", "artifact:generic-local:*"]`
347
347
  */