Skip to content

Commit b868c7c

Browse files
committed
Fetch all roles
1 parent 743fbdc commit b868c7c

31 files changed

Lines changed: 279 additions & 42 deletions

gcp_roles_cai.json

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

roles/agentregistry.editor

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
{
22
"description": "Edit access to Agent Registry API resources.",
33
"etag": "AA==",
4+
"includedPermissions": [
5+
"agentregistry.agents.get",
6+
"agentregistry.agents.list",
7+
"agentregistry.endpoints.get",
8+
"agentregistry.endpoints.list",
9+
"agentregistry.locations.get",
10+
"agentregistry.locations.list",
11+
"agentregistry.mcpServers.get",
12+
"agentregistry.mcpServers.list",
13+
"agentregistry.operations.cancel",
14+
"agentregistry.operations.delete",
15+
"agentregistry.operations.get",
16+
"agentregistry.operations.list",
17+
"agentregistry.services.create",
18+
"agentregistry.services.delete",
19+
"agentregistry.services.get",
20+
"agentregistry.services.list",
21+
"agentregistry.services.update"
22+
],
423
"name": "roles/agentregistry.editor",
5-
"stage": "ALPHA",
24+
"stage": "BETA",
625
"title": "Agent Registry API Editor"
726
}

roles/billing.projectCostsManager

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"description": "Can interact with billing information scoped to the projects to which the user has cost access.",
33
"etag": "AA==",
44
"includedPermissions": [
5+
"billing.accounts.get",
56
"billing.accounts.getIamPolicy",
67
"billing.accounts.getSpendingInformationScoped",
78
"billing.costRecommendations.listScoped"

roles/ces.admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@
265265
"resourcemanager.projects.list"
266266
],
267267
"name": "roles/ces.admin",
268-
"stage": "BETA",
268+
"stage": "GA",
269269
"title": "Gemini Enterprise for Customer Experience Admin"
270270
}

roles/ces.viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
"resourcemanager.projects.list"
113113
],
114114
"name": "roles/ces.viewer",
115-
"stage": "BETA",
115+
"stage": "GA",
116116
"title": "Gemini Enterprise for Customer Experience Viewer"
117117
}

roles/chronicle.editor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"chronicle.legacySoarReports.delete",
330330
"chronicle.legacySoarReports.get",
331331
"chronicle.legacySoarReports.update",
332+
"chronicle.legacySoarSettings.get",
332333
"chronicle.legacySoarUsers.get",
333334
"chronicle.legacySystemMetadata.get",
334335
"chronicle.logProcessingPipelines.fetchAssociatedPipeline",
@@ -341,6 +342,7 @@
341342
"chronicle.logs.get",
342343
"chronicle.logs.import",
343344
"chronicle.logs.list",
345+
"chronicle.managedDomainSettings.get",
344346
"chronicle.managerRevisions.delete",
345347
"chronicle.managerRevisions.get",
346348
"chronicle.managerRevisions.update",
@@ -399,6 +401,7 @@
399401
"chronicle.rules.get",
400402
"chronicle.rules.list",
401403
"chronicle.rules.listRevisions",
404+
"chronicle.rules.modifyRules",
402405
"chronicle.rules.update",
403406
"chronicle.rules.verifyRuleText",
404407
"chronicle.savedColumnSets.create",
@@ -413,6 +416,7 @@
413416
"chronicle.searchQueries.update",
414417
"chronicle.soarDomains.get",
415418
"chronicle.soarNetworks.get",
419+
"chronicle.socRoles.get",
416420
"chronicle.summaryTables.create",
417421
"chronicle.summaryTables.delete",
418422
"chronicle.summaryTables.get",

roles/chronicle.viewer

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"chronicle.instances.logTypeClassifier",
118118
"chronicle.instances.report",
119119
"chronicle.integrationActions.get",
120+
"chronicle.integrations.get",
120121
"chronicle.investigationSteps.get",
121122
"chronicle.investigationSteps.list",
122123
"chronicle.investigations.fetchAssociated",
@@ -181,6 +182,7 @@
181182
"chronicle.legacySoarAdvancedReports.get",
182183
"chronicle.legacySoarDashboards.get",
183184
"chronicle.legacySoarReports.get",
185+
"chronicle.legacySoarSettings.get",
184186
"chronicle.legacySoarUsers.get",
185187
"chronicle.legacySystemMetadata.get",
186188
"chronicle.logProcessingPipelines.fetchAssociatedPipeline",
@@ -192,6 +194,7 @@
192194
"chronicle.logs.export",
193195
"chronicle.logs.get",
194196
"chronicle.logs.list",
197+
"chronicle.managedDomainSettings.get",
195198
"chronicle.marketplaceIntegrations.get",
196199
"chronicle.messages.get",
197200
"chronicle.messages.list",
@@ -232,6 +235,7 @@
232235
"chronicle.searchQueries.get",
233236
"chronicle.searchQueries.list",
234237
"chronicle.searchQueries.update",
238+
"chronicle.socRoles.get",
235239
"chronicle.summaryTables.get",
236240
"chronicle.summaryTables.list",
237241
"chronicle.threatCollectionFilterSet.get",

roles/chroniclesm.admin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"description": "Admins can view and modify Chronicle service details.",
33
"etag": "AA==",
44
"includedPermissions": [
5+
"chroniclesm.contracts.get",
6+
"chroniclesm.contracts.update",
57
"chroniclesm.gcpAssociations.create",
68
"chroniclesm.gcpAssociations.delete",
79
"chroniclesm.gcpAssociations.get",

roles/chroniclesm.viewer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"description": "Viewers can see Chronicle service details but not change them.",
33
"etag": "AA==",
44
"includedPermissions": [
5+
"chroniclesm.contracts.get",
56
"chroniclesm.gcpAssociations.get",
67
"chroniclesm.gcpAssociations.list",
78
"chroniclesm.gcpLogFlowFilters.get",

roles/compute.storageAdmin

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@
107107
"compute.resourcePolicies.update",
108108
"compute.resourcePolicies.use",
109109
"compute.resourcePolicies.useReadOnly",
110+
"compute.snapshotGroups.create",
111+
"compute.snapshotGroups.delete",
112+
"compute.snapshotGroups.get",
113+
"compute.snapshotGroups.getIamPolicy",
114+
"compute.snapshotGroups.list",
115+
"compute.snapshotGroups.setIamPolicy",
116+
"compute.snapshotGroups.useReadOnly",
110117
"compute.snapshots.create",
111118
"compute.snapshots.createTagBinding",
112119
"compute.snapshots.delete",

0 commit comments

Comments
 (0)