@pulumi/artifactory 6.1.1 → 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 +1 -1
- package/scopedToken.d.ts +3 -3
package/package.json
CHANGED
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
|
|
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
|
|
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
|
|
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
|
*/
|