You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The Reader role gives the user read permissions to a billing account.",
176
176
"permissions": [
177
177
{
178
178
"actions": [
179
-
"50000000-aaaa-bbbb-cccc-200000000001",
180
-
"50000000-aaaa-bbbb-cccc-200000000006",
181
-
"50000000-aaaa-bbbb-cccc-200000000007",
179
+
"a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
180
+
"a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
181
+
"a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
182
182
]
183
183
}
184
184
],
@@ -190,7 +190,7 @@ The API response returns list of roles available to your billing account.
190
190
}
191
191
```
192
192
193
-
Use the `roleName` property to identify the owner role definition. Copy the `name` of the role definition. For example, from the above API response, you'd copy `50000000-aaaa-bbbb-cccc-100000000000`. Paste this value somewhere so that you can use it in the next step.
193
+
Use the `roleName` property to identify the owner role definition. Copy the `name` of the role definition. For example, from the above API response, you'd copy `a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1`. Paste this value somewhere so that you can use it in the next step.
0 commit comments