@cloud-copilot/iam-data 0.15.202512061 → 0.15.202512101
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/data/actions/aco-automation.json +252 -0
- package/data/actions/aidevops.json +0 -8
- package/data/actions/bcm-data-exports.json +12 -0
- package/data/actions/bedrock.json +84 -3
- package/data/actions/ce.json +8 -0
- package/data/actions/healthlake.json +1 -0
- package/data/actions/identitystore.json +19 -0
- package/data/actions/nova-act.json +276 -0
- package/data/actions/rds.json +47 -3
- package/data/actions/vpce.json +14 -1
- package/data/conditionKeys/aco-automation.json +17 -0
- package/data/conditionKeys/nova-act.json +1 -0
- package/data/resourceTypes/aco-automation.json +9 -0
- package/data/resourceTypes/bcm-data-exports.json +7 -0
- package/data/resourceTypes/nova-act.json +10 -0
- package/data/resourceTypes/rds.json +8 -2
- package/data/resourceTypes/vpce.json +10 -1
- package/data/serviceNames.json +2 -1
- package/data/services.json +2 -1
- package/package.json +2 -2
- package/data/actions/deepcomposer.json +0 -316
- package/data/conditionKeys/deepcomposer.json +0 -17
- package/data/resourceTypes/deepcomposer.json +0 -20
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
{
|
|
2
|
+
"associateaccounts": {
|
|
3
|
+
"name": "AssociateAccounts",
|
|
4
|
+
"description": "Grants permission to associate member accounts with the management account",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"createautomationrule": {
|
|
11
|
+
"name": "CreateAutomationRule",
|
|
12
|
+
"description": "Grants permission to create automation rule",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [
|
|
16
|
+
"aws:RequestTag/${TagKey}",
|
|
17
|
+
"aws:TagKeys"
|
|
18
|
+
],
|
|
19
|
+
"dependentActions": []
|
|
20
|
+
},
|
|
21
|
+
"deleteautomationrule": {
|
|
22
|
+
"name": "DeleteAutomationRule",
|
|
23
|
+
"description": "Grants permission to delete automation rule",
|
|
24
|
+
"accessLevel": "Write",
|
|
25
|
+
"resourceTypes": [
|
|
26
|
+
{
|
|
27
|
+
"name": "AutomationRule",
|
|
28
|
+
"required": true,
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
38
|
+
"disassociateaccounts": {
|
|
39
|
+
"name": "DisassociateAccounts",
|
|
40
|
+
"description": "Grants permission to disassociate member accounts from the management account",
|
|
41
|
+
"accessLevel": "Write",
|
|
42
|
+
"resourceTypes": [],
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
},
|
|
46
|
+
"getautomationevent": {
|
|
47
|
+
"name": "GetAutomationEvent",
|
|
48
|
+
"description": "Grants permission to get automation event details",
|
|
49
|
+
"accessLevel": "Read",
|
|
50
|
+
"resourceTypes": [],
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
54
|
+
"getautomationrule": {
|
|
55
|
+
"name": "GetAutomationRule",
|
|
56
|
+
"description": "Grants permission to get automation rule",
|
|
57
|
+
"accessLevel": "Read",
|
|
58
|
+
"resourceTypes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "AutomationRule",
|
|
61
|
+
"required": true,
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"conditionKeys": [
|
|
67
|
+
"aws:ResourceTag/${TagKey}"
|
|
68
|
+
],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
},
|
|
71
|
+
"getenrollmentconfiguration": {
|
|
72
|
+
"name": "GetEnrollmentConfiguration",
|
|
73
|
+
"description": "Grants permission to get enrollment configuration",
|
|
74
|
+
"accessLevel": "Read",
|
|
75
|
+
"resourceTypes": [],
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
},
|
|
79
|
+
"listaccounts": {
|
|
80
|
+
"name": "ListAccounts",
|
|
81
|
+
"description": "Grants permission to list the accounts in your organization that are enrolled in Compute Optimizer and whether they have enabled the Automation feature",
|
|
82
|
+
"accessLevel": "List",
|
|
83
|
+
"resourceTypes": [],
|
|
84
|
+
"conditionKeys": [],
|
|
85
|
+
"dependentActions": []
|
|
86
|
+
},
|
|
87
|
+
"listautomationeventsteps": {
|
|
88
|
+
"name": "ListAutomationEventSteps",
|
|
89
|
+
"description": "Grants permission to list automation event steps",
|
|
90
|
+
"accessLevel": "List",
|
|
91
|
+
"resourceTypes": [],
|
|
92
|
+
"conditionKeys": [],
|
|
93
|
+
"dependentActions": []
|
|
94
|
+
},
|
|
95
|
+
"listautomationeventsummaries": {
|
|
96
|
+
"name": "ListAutomationEventSummaries",
|
|
97
|
+
"description": "Grants permission to list automation event summaries",
|
|
98
|
+
"accessLevel": "List",
|
|
99
|
+
"resourceTypes": [],
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
103
|
+
"listautomationevents": {
|
|
104
|
+
"name": "ListAutomationEvents",
|
|
105
|
+
"description": "Grants permission to list automation events",
|
|
106
|
+
"accessLevel": "List",
|
|
107
|
+
"resourceTypes": [],
|
|
108
|
+
"conditionKeys": [],
|
|
109
|
+
"dependentActions": []
|
|
110
|
+
},
|
|
111
|
+
"listautomationrulepreview": {
|
|
112
|
+
"name": "ListAutomationRulePreview",
|
|
113
|
+
"description": "Grants permission to list automation rule preview results",
|
|
114
|
+
"accessLevel": "List",
|
|
115
|
+
"resourceTypes": [],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": [
|
|
118
|
+
"ec2:DescribeVolumes"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"listautomationrulepreviewsummaries": {
|
|
122
|
+
"name": "ListAutomationRulePreviewSummaries",
|
|
123
|
+
"description": "Grants permission to list automation rule preview summaries",
|
|
124
|
+
"accessLevel": "List",
|
|
125
|
+
"resourceTypes": [],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
129
|
+
"listautomationrules": {
|
|
130
|
+
"name": "ListAutomationRules",
|
|
131
|
+
"description": "Grants permission to list automation rules",
|
|
132
|
+
"accessLevel": "List",
|
|
133
|
+
"resourceTypes": [],
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
},
|
|
137
|
+
"listrecommendedactionsummaries": {
|
|
138
|
+
"name": "ListRecommendedActionSummaries",
|
|
139
|
+
"description": "Grants permission to list recommended action summaries",
|
|
140
|
+
"accessLevel": "List",
|
|
141
|
+
"resourceTypes": [],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
145
|
+
"listrecommendedactions": {
|
|
146
|
+
"name": "ListRecommendedActions",
|
|
147
|
+
"description": "Grants permission to list recommended actions",
|
|
148
|
+
"accessLevel": "List",
|
|
149
|
+
"resourceTypes": [],
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": [
|
|
152
|
+
"ec2:DescribeVolumes"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
"listtagsforresource": {
|
|
156
|
+
"name": "ListTagsForResource",
|
|
157
|
+
"description": "Grants permission to list tags for automation rule",
|
|
158
|
+
"accessLevel": "List",
|
|
159
|
+
"resourceTypes": [
|
|
160
|
+
{
|
|
161
|
+
"name": "AutomationRule",
|
|
162
|
+
"required": true,
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"conditionKeys": [
|
|
168
|
+
"aws:ResourceTag/${TagKey}"
|
|
169
|
+
],
|
|
170
|
+
"dependentActions": []
|
|
171
|
+
},
|
|
172
|
+
"rollbackautomationevent": {
|
|
173
|
+
"name": "RollbackAutomationEvent",
|
|
174
|
+
"description": "Grants permission to initiate a rollback for an automation event",
|
|
175
|
+
"accessLevel": "Write",
|
|
176
|
+
"resourceTypes": [],
|
|
177
|
+
"conditionKeys": [],
|
|
178
|
+
"dependentActions": []
|
|
179
|
+
},
|
|
180
|
+
"startautomationevent": {
|
|
181
|
+
"name": "StartAutomationEvent",
|
|
182
|
+
"description": "Grants permission to initiate an on-demand automation for a recommended action",
|
|
183
|
+
"accessLevel": "Write",
|
|
184
|
+
"resourceTypes": [],
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
"tagresource": {
|
|
189
|
+
"name": "TagResource",
|
|
190
|
+
"description": "Grants permission to add tags to automation rule",
|
|
191
|
+
"accessLevel": "Tagging",
|
|
192
|
+
"resourceTypes": [
|
|
193
|
+
{
|
|
194
|
+
"name": "AutomationRule",
|
|
195
|
+
"required": true,
|
|
196
|
+
"conditionKeys": [
|
|
197
|
+
"aws:ResourceTag/${TagKey}"
|
|
198
|
+
],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"conditionKeys": [
|
|
203
|
+
"aws:RequestTag/${TagKey}",
|
|
204
|
+
"aws:TagKeys"
|
|
205
|
+
],
|
|
206
|
+
"dependentActions": []
|
|
207
|
+
},
|
|
208
|
+
"untagresource": {
|
|
209
|
+
"name": "UntagResource",
|
|
210
|
+
"description": "Grants permission to remove tags from automation rule",
|
|
211
|
+
"accessLevel": "Tagging",
|
|
212
|
+
"resourceTypes": [
|
|
213
|
+
{
|
|
214
|
+
"name": "AutomationRule",
|
|
215
|
+
"required": true,
|
|
216
|
+
"conditionKeys": [
|
|
217
|
+
"aws:ResourceTag/${TagKey}"
|
|
218
|
+
],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [
|
|
223
|
+
"aws:TagKeys"
|
|
224
|
+
],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
227
|
+
"updateautomationrule": {
|
|
228
|
+
"name": "UpdateAutomationRule",
|
|
229
|
+
"description": "Grants permission to update automation rule",
|
|
230
|
+
"accessLevel": "Write",
|
|
231
|
+
"resourceTypes": [
|
|
232
|
+
{
|
|
233
|
+
"name": "AutomationRule",
|
|
234
|
+
"required": true,
|
|
235
|
+
"conditionKeys": [],
|
|
236
|
+
"dependentActions": []
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"conditionKeys": [
|
|
240
|
+
"aws:ResourceTag/${TagKey}"
|
|
241
|
+
],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
},
|
|
244
|
+
"updateenrollmentconfiguration": {
|
|
245
|
+
"name": "UpdateEnrollmentConfiguration",
|
|
246
|
+
"description": "Grants permission to update enrollment configuration for the Compute Optimizer automation feature",
|
|
247
|
+
"accessLevel": "Write",
|
|
248
|
+
"resourceTypes": [],
|
|
249
|
+
"conditionKeys": [],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
}
|
|
252
|
+
}
|
|
@@ -283,14 +283,6 @@
|
|
|
283
283
|
"conditionKeys": [],
|
|
284
284
|
"dependentActions": []
|
|
285
285
|
},
|
|
286
|
-
"invokeagent": {
|
|
287
|
-
"name": "InvokeAgent",
|
|
288
|
-
"description": "Grants permission to invoke an agent",
|
|
289
|
-
"accessLevel": "Write",
|
|
290
|
-
"resourceTypes": [],
|
|
291
|
-
"conditionKeys": [],
|
|
292
|
-
"dependentActions": []
|
|
293
|
-
},
|
|
294
286
|
"listagentspaces": {
|
|
295
287
|
"name": "ListAgentSpaces",
|
|
296
288
|
"description": "Grants permission to list agentspace",
|
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
"required": true,
|
|
10
10
|
"conditionKeys": [],
|
|
11
11
|
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "billingview",
|
|
15
|
+
"required": false,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
12
18
|
}
|
|
13
19
|
],
|
|
14
20
|
"conditionKeys": [
|
|
@@ -186,6 +192,12 @@
|
|
|
186
192
|
"required": true,
|
|
187
193
|
"conditionKeys": [],
|
|
188
194
|
"dependentActions": []
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "billingview",
|
|
198
|
+
"required": false,
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
189
201
|
}
|
|
190
202
|
],
|
|
191
203
|
"conditionKeys": [
|
|
@@ -927,6 +927,14 @@
|
|
|
927
927
|
"conditionKeys": [],
|
|
928
928
|
"dependentActions": []
|
|
929
929
|
},
|
|
930
|
+
"deleteenforcedguardrailconfiguration": {
|
|
931
|
+
"name": "DeleteEnforcedGuardrailConfiguration",
|
|
932
|
+
"description": "Grants permission to delete account-level enforced guardrail configuration",
|
|
933
|
+
"accessLevel": "Write",
|
|
934
|
+
"resourceTypes": [],
|
|
935
|
+
"conditionKeys": [],
|
|
936
|
+
"dependentActions": []
|
|
937
|
+
},
|
|
930
938
|
"deleteflow": {
|
|
931
939
|
"name": "DeleteFlow",
|
|
932
940
|
"description": "Grants permission to delete a prompt flow",
|
|
@@ -1145,7 +1153,19 @@
|
|
|
1145
1153
|
"resourceTypes": [
|
|
1146
1154
|
{
|
|
1147
1155
|
"name": "custom-model",
|
|
1148
|
-
"required":
|
|
1156
|
+
"required": false,
|
|
1157
|
+
"conditionKeys": [],
|
|
1158
|
+
"dependentActions": []
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "guardrail",
|
|
1162
|
+
"required": false,
|
|
1163
|
+
"conditionKeys": [],
|
|
1164
|
+
"dependentActions": []
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "guardrail-profile",
|
|
1168
|
+
"required": false,
|
|
1149
1169
|
"conditionKeys": [],
|
|
1150
1170
|
"dependentActions": []
|
|
1151
1171
|
}
|
|
@@ -2025,7 +2045,19 @@
|
|
|
2025
2045
|
"resourceTypes": [
|
|
2026
2046
|
{
|
|
2027
2047
|
"name": "custom-model",
|
|
2028
|
-
"required":
|
|
2048
|
+
"required": false,
|
|
2049
|
+
"conditionKeys": [],
|
|
2050
|
+
"dependentActions": []
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "guardrail",
|
|
2054
|
+
"required": false,
|
|
2055
|
+
"conditionKeys": [],
|
|
2056
|
+
"dependentActions": []
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "guardrail-profile",
|
|
2060
|
+
"required": false,
|
|
2029
2061
|
"conditionKeys": [],
|
|
2030
2062
|
"dependentActions": []
|
|
2031
2063
|
}
|
|
@@ -2588,6 +2620,14 @@
|
|
|
2588
2620
|
"conditionKeys": [],
|
|
2589
2621
|
"dependentActions": []
|
|
2590
2622
|
},
|
|
2623
|
+
"listenforcedguardrailsconfiguration": {
|
|
2624
|
+
"name": "ListEnforcedGuardrailsConfiguration",
|
|
2625
|
+
"description": "Grants permission to list account-level enforced guardrail configurations",
|
|
2626
|
+
"accessLevel": "List",
|
|
2627
|
+
"resourceTypes": [],
|
|
2628
|
+
"conditionKeys": [],
|
|
2629
|
+
"dependentActions": []
|
|
2630
|
+
},
|
|
2591
2631
|
"listevaluationjobs": {
|
|
2592
2632
|
"name": "ListEvaluationJobs",
|
|
2593
2633
|
"description": "Grants permission to get the list of evaluation jobs that you have submitted",
|
|
@@ -3093,6 +3133,14 @@
|
|
|
3093
3133
|
"conditionKeys": [],
|
|
3094
3134
|
"dependentActions": []
|
|
3095
3135
|
},
|
|
3136
|
+
"putenforcedguardrailconfiguration": {
|
|
3137
|
+
"name": "PutEnforcedGuardrailConfiguration",
|
|
3138
|
+
"description": "Grants permission to set account-level enforced guardrail configuration",
|
|
3139
|
+
"accessLevel": "Write",
|
|
3140
|
+
"resourceTypes": [],
|
|
3141
|
+
"conditionKeys": [],
|
|
3142
|
+
"dependentActions": []
|
|
3143
|
+
},
|
|
3096
3144
|
"putfoundationmodelentitlement": {
|
|
3097
3145
|
"name": "PutFoundationModelEntitlement",
|
|
3098
3146
|
"description": "Grants permission to put entitlement to access a foundation model",
|
|
@@ -3132,7 +3180,19 @@
|
|
|
3132
3180
|
"resourceTypes": [
|
|
3133
3181
|
{
|
|
3134
3182
|
"name": "custom-model",
|
|
3135
|
-
"required":
|
|
3183
|
+
"required": false,
|
|
3184
|
+
"conditionKeys": [],
|
|
3185
|
+
"dependentActions": []
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"name": "guardrail",
|
|
3189
|
+
"required": false,
|
|
3190
|
+
"conditionKeys": [],
|
|
3191
|
+
"dependentActions": []
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "guardrail-profile",
|
|
3195
|
+
"required": false,
|
|
3136
3196
|
"conditionKeys": [],
|
|
3137
3197
|
"dependentActions": []
|
|
3138
3198
|
}
|
|
@@ -3862,6 +3922,27 @@
|
|
|
3862
3922
|
"conditionKeys": [],
|
|
3863
3923
|
"dependentActions": []
|
|
3864
3924
|
},
|
|
3925
|
+
"updatecustommodeldeployment": {
|
|
3926
|
+
"name": "UpdateCustomModelDeployment",
|
|
3927
|
+
"description": "Grants permission to update an existing custom model deployment with a new custom model",
|
|
3928
|
+
"accessLevel": "Write",
|
|
3929
|
+
"resourceTypes": [
|
|
3930
|
+
{
|
|
3931
|
+
"name": "custom-model",
|
|
3932
|
+
"required": true,
|
|
3933
|
+
"conditionKeys": [],
|
|
3934
|
+
"dependentActions": []
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "custom-model-deployment",
|
|
3938
|
+
"required": true,
|
|
3939
|
+
"conditionKeys": [],
|
|
3940
|
+
"dependentActions": []
|
|
3941
|
+
}
|
|
3942
|
+
],
|
|
3943
|
+
"conditionKeys": [],
|
|
3944
|
+
"dependentActions": []
|
|
3945
|
+
},
|
|
3865
3946
|
"updatedataautomationproject": {
|
|
3866
3947
|
"name": "UpdateDataAutomationProject",
|
|
3867
3948
|
"description": "Grants permission to update a data automation project",
|
package/data/actions/ce.json
CHANGED
|
@@ -496,6 +496,14 @@
|
|
|
496
496
|
"conditionKeys": [],
|
|
497
497
|
"dependentActions": []
|
|
498
498
|
},
|
|
499
|
+
"listcostcategoryresourceassociations": {
|
|
500
|
+
"name": "ListCostCategoryResourceAssociations",
|
|
501
|
+
"description": "Grants permission to retrieve resource associations of all Cost Categories defined in the account",
|
|
502
|
+
"accessLevel": "List",
|
|
503
|
+
"resourceTypes": [],
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
},
|
|
499
507
|
"listsavingsplanspurchaserecommendationgeneration": {
|
|
500
508
|
"name": "ListSavingsPlansPurchaseRecommendationGeneration",
|
|
501
509
|
"description": "Grants permission to retrieve a list of your historical recommendation generations",
|
|
@@ -508,6 +508,25 @@
|
|
|
508
508
|
],
|
|
509
509
|
"dependentActions": []
|
|
510
510
|
},
|
|
511
|
+
"reserveuser": {
|
|
512
|
+
"name": "ReserveUser",
|
|
513
|
+
"description": "Grants permission to reserve a user by getting a userId",
|
|
514
|
+
"accessLevel": "Write",
|
|
515
|
+
"resourceTypes": [
|
|
516
|
+
{
|
|
517
|
+
"name": "Identitystore",
|
|
518
|
+
"required": true,
|
|
519
|
+
"conditionKeys": [],
|
|
520
|
+
"dependentActions": [
|
|
521
|
+
"kms:Decrypt"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"conditionKeys": [
|
|
526
|
+
"identitystore:PrimaryRegion"
|
|
527
|
+
],
|
|
528
|
+
"dependentActions": []
|
|
529
|
+
},
|
|
511
530
|
"updategroup": {
|
|
512
531
|
"name": "UpdateGroup",
|
|
513
532
|
"description": "Grants permission to update information about a group in the specified IdentityStore",
|