@@ -201,6 +201,7 @@ scw iam application create [arg=value ...]
201
201
| ------| ---| -------------|
202
202
| name | Required<br />Default: ` <generated> ` | Name of the application to create (max length is 64 characters) |
203
203
| description | | Description of the application (max length is 200 characters) |
204
+ | tags.{index} | | Tags associated with the application (maximum of 10 tags) |
204
205
| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
205
206
206
207
@@ -262,6 +263,7 @@ scw iam application list [arg=value ...]
262
263
| name | | Name of the application to filter |
263
264
| editable | | Defines whether to filter out editable applications or not |
264
265
| application-ids.{index} | | Filter by list of IDs |
266
+ | tag | | Filter by tags containing a given string |
265
267
| organization-id | Default: ` <retrieved from config> ` | Organization ID to use. If none is passed the default organization ID will be used |
266
268
267
269
@@ -284,6 +286,7 @@ scw iam application update <application-id ...> [arg=value ...]
284
286
| application-id | Required | ID of the application to update |
285
287
| name | | New name for the application (max length is 64 chars) |
286
288
| description | | New description for the application (max length is 200 chars) |
289
+ | tags.{index} | | New tags for the application (maximum of 10 tags) |
287
290
288
291
289
292
@@ -351,6 +354,7 @@ scw iam group create [arg=value ...]
351
354
| ------| ---| -------------|
352
355
| name | Required<br />Default: ` <generated> ` | Name of the group to create (max length is 64 chars). MUST be unique inside an Organization |
353
356
| description | | Description of the group to create (max length is 200 chars) |
357
+ | tags.{index} | | Tags associated with the group (maximum of 10 tags) |
354
358
| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
355
359
356
360
@@ -433,6 +437,7 @@ scw iam group list [arg=value ...]
433
437
| application-ids.{index} | | Filter by a list of application IDs |
434
438
| user-ids.{index} | | Filter by a list of user IDs |
435
439
| group-ids.{index} | | Filter by a list of group IDs |
440
+ | tag | | Filter by tags containing a given string |
436
441
| organization-id | Default: ` <retrieved from config> ` | Organization ID to use. If none is passed the default organization ID will be used |
437
442
438
443
@@ -497,6 +502,7 @@ scw iam group update <group-id ...> [arg=value ...]
497
502
| group-id | Required | ID of the group to update |
498
503
| name | | New name for the group (max length is 64 chars). MUST be unique inside an Organization |
499
504
| description | | New description for the group (max length is 200 chars) |
505
+ | tags.{index} | | New tags for the group (maximum of 10 tags) |
500
506
501
507
502
508
@@ -633,6 +639,7 @@ scw iam policy create [arg=value ...]
633
639
| rules.{index}.permission-set-names.{index} | | Names of permission sets bound to the rule |
634
640
| rules.{index}.project-ids.{index} | | List of Project IDs the rule is scoped to |
635
641
| rules.{index}.organization-id | | ID of Organization the rule is scoped to |
642
+ | tags.{index} | | Tags associated with the policy (maximum of 10 tags) |
636
643
| user-id | | ID of user attributed to the policy |
637
644
| group-id | | ID of group attributed to the policy |
638
645
| application-id | | ID of application attributed to the policy |
@@ -711,6 +718,7 @@ scw iam policy list [arg=value ...]
711
718
| application-ids.{index} | | Filter by a list of application IDs |
712
719
| no-principal | | Defines whether or not the policy is attributed to a principal |
713
720
| policy-name | | Name of the policy to fetch |
721
+ | tag | | Filter by tags containing a given string |
714
722
| organization-id | Default: ` <retrieved from config> ` | Organization ID to use. If none is passed the default organization ID will be used |
715
723
716
724
@@ -733,6 +741,7 @@ scw iam policy update <policy-id ...> [arg=value ...]
733
741
| policy-id | Required | Id of policy to update |
734
742
| name | | New name for the policy (max length is 64 characters) |
735
743
| description | | New description of policy (max length is 200 characters) |
744
+ | tags.{index} | | New tags for the policy (maximum of 10 tags) |
736
745
| user-id | | New ID of user attributed to the policy |
737
746
| group-id | | New ID of group attributed to the policy |
738
747
| application-id | | New ID of application attributed to the policy |
@@ -947,6 +956,7 @@ scw iam user create [arg=value ...]
947
956
| Name | | Description |
948
957
| ------| ---| -------------|
949
958
| email | Required | Email of the user |
959
+ | tags.{index} | | Tags associated with the user |
950
960
| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
951
961
952
962
@@ -1007,6 +1017,7 @@ scw iam user list [arg=value ...]
1007
1017
| order-by | Default: ` created_at_asc ` <br />One of: ` created_at_asc ` , ` created_at_desc ` , ` updated_at_asc ` , ` updated_at_desc ` , ` email_asc ` , ` email_desc ` , ` last_login_asc ` , ` last_login_desc ` | Criteria for sorting results |
1008
1018
| user-ids.{index} | | Filter by list of IDs |
1009
1019
| mfa | | Filter by MFA status |
1020
+ | tag | | Filter by tags containing a given string |
1010
1021
| organization-id | Required<br />Default: ` <retrieved from config> ` | ID of the Organization to filter |
1011
1022
1012
1023
0 commit comments