@evalops/sdk-ts 0.1.112 → 0.1.114
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/dist/console/v1/console_pb.d.ts +1055 -159
- package/dist/console/v1/console_pb.js +117 -32
- package/package.json +1 -1
|
@@ -327,6 +327,102 @@ export type ListCostUsageResponse = Message<"console.v1.ListCostUsageResponse">
|
|
|
327
327
|
* Use `create(ListCostUsageResponseSchema)` to create a new message.
|
|
328
328
|
*/
|
|
329
329
|
export declare const ListCostUsageResponseSchema: GenMessage<ListCostUsageResponse>;
|
|
330
|
+
/**
|
|
331
|
+
* @generated from message console.v1.ListAuthorityPostureRequest
|
|
332
|
+
*/
|
|
333
|
+
export type ListAuthorityPostureRequest = Message<"console.v1.ListAuthorityPostureRequest"> & {
|
|
334
|
+
/**
|
|
335
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
336
|
+
*/
|
|
337
|
+
query?: ConsoleQuery | undefined;
|
|
338
|
+
};
|
|
339
|
+
/**
|
|
340
|
+
* Describes the message console.v1.ListAuthorityPostureRequest.
|
|
341
|
+
* Use `create(ListAuthorityPostureRequestSchema)` to create a new message.
|
|
342
|
+
*/
|
|
343
|
+
export declare const ListAuthorityPostureRequestSchema: GenMessage<ListAuthorityPostureRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* @generated from message console.v1.ListAuthorityPostureResponse
|
|
346
|
+
*/
|
|
347
|
+
export type ListAuthorityPostureResponse = Message<"console.v1.ListAuthorityPostureResponse"> & {
|
|
348
|
+
/**
|
|
349
|
+
* @generated from field: repeated console.v1.AuthorityLedger rows = 1;
|
|
350
|
+
*/
|
|
351
|
+
rows: AuthorityLedger[];
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: int32 total = 2;
|
|
354
|
+
*/
|
|
355
|
+
total: number;
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: bool has_more = 3;
|
|
358
|
+
*/
|
|
359
|
+
hasMore: boolean;
|
|
360
|
+
/**
|
|
361
|
+
* @generated from field: repeated string warnings = 4;
|
|
362
|
+
*/
|
|
363
|
+
warnings: string[];
|
|
364
|
+
};
|
|
365
|
+
/**
|
|
366
|
+
* Describes the message console.v1.ListAuthorityPostureResponse.
|
|
367
|
+
* Use `create(ListAuthorityPostureResponseSchema)` to create a new message.
|
|
368
|
+
*/
|
|
369
|
+
export declare const ListAuthorityPostureResponseSchema: GenMessage<ListAuthorityPostureResponse>;
|
|
370
|
+
/**
|
|
371
|
+
* @generated from message console.v1.ListAgentWorkforceRecordsRequest
|
|
372
|
+
*/
|
|
373
|
+
export type ListAgentWorkforceRecordsRequest = Message<"console.v1.ListAgentWorkforceRecordsRequest"> & {
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
376
|
+
*/
|
|
377
|
+
query?: ConsoleQuery | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* @generated from field: string organization_id = 2;
|
|
380
|
+
*/
|
|
381
|
+
organizationId: string;
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: string runtime = 3;
|
|
384
|
+
*/
|
|
385
|
+
runtime: string;
|
|
386
|
+
/**
|
|
387
|
+
* @generated from field: string queue_state = 4;
|
|
388
|
+
*/
|
|
389
|
+
queueState: string;
|
|
390
|
+
/**
|
|
391
|
+
* @generated from field: bool include_debug = 5;
|
|
392
|
+
*/
|
|
393
|
+
includeDebug: boolean;
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* Describes the message console.v1.ListAgentWorkforceRecordsRequest.
|
|
397
|
+
* Use `create(ListAgentWorkforceRecordsRequestSchema)` to create a new message.
|
|
398
|
+
*/
|
|
399
|
+
export declare const ListAgentWorkforceRecordsRequestSchema: GenMessage<ListAgentWorkforceRecordsRequest>;
|
|
400
|
+
/**
|
|
401
|
+
* @generated from message console.v1.ListAgentWorkforceRecordsResponse
|
|
402
|
+
*/
|
|
403
|
+
export type ListAgentWorkforceRecordsResponse = Message<"console.v1.ListAgentWorkforceRecordsResponse"> & {
|
|
404
|
+
/**
|
|
405
|
+
* @generated from field: repeated console.v1.AgentWorkforceRecord records = 1;
|
|
406
|
+
*/
|
|
407
|
+
records: AgentWorkforceRecord[];
|
|
408
|
+
/**
|
|
409
|
+
* @generated from field: int32 total = 2;
|
|
410
|
+
*/
|
|
411
|
+
total: number;
|
|
412
|
+
/**
|
|
413
|
+
* @generated from field: bool has_more = 3;
|
|
414
|
+
*/
|
|
415
|
+
hasMore: boolean;
|
|
416
|
+
/**
|
|
417
|
+
* @generated from field: repeated string warnings = 4;
|
|
418
|
+
*/
|
|
419
|
+
warnings: string[];
|
|
420
|
+
};
|
|
421
|
+
/**
|
|
422
|
+
* Describes the message console.v1.ListAgentWorkforceRecordsResponse.
|
|
423
|
+
* Use `create(ListAgentWorkforceRecordsResponseSchema)` to create a new message.
|
|
424
|
+
*/
|
|
425
|
+
export declare const ListAgentWorkforceRecordsResponseSchema: GenMessage<ListAgentWorkforceRecordsResponse>;
|
|
330
426
|
/**
|
|
331
427
|
* @generated from message console.v1.ListFindingsRequest
|
|
332
428
|
*/
|
|
@@ -1058,286 +1154,1062 @@ export type CostUsage = Message<"console.v1.CostUsage"> & {
|
|
|
1058
1154
|
*/
|
|
1059
1155
|
export declare const CostUsageSchema: GenMessage<CostUsage>;
|
|
1060
1156
|
/**
|
|
1061
|
-
* @generated from message console.v1.
|
|
1157
|
+
* @generated from message console.v1.AuthorityLedger
|
|
1062
1158
|
*/
|
|
1063
|
-
export type
|
|
1159
|
+
export type AuthorityLedger = Message<"console.v1.AuthorityLedger"> & {
|
|
1064
1160
|
/**
|
|
1065
1161
|
* @generated from field: string id = 1;
|
|
1066
1162
|
*/
|
|
1067
1163
|
id: string;
|
|
1068
1164
|
/**
|
|
1069
|
-
* @generated from field: string
|
|
1165
|
+
* @generated from field: string trace_id = 2;
|
|
1070
1166
|
*/
|
|
1071
|
-
|
|
1167
|
+
traceId: string;
|
|
1072
1168
|
/**
|
|
1073
|
-
* @generated from field: string
|
|
1169
|
+
* @generated from field: string span_id = 3;
|
|
1074
1170
|
*/
|
|
1075
|
-
|
|
1171
|
+
spanId: string;
|
|
1076
1172
|
/**
|
|
1077
|
-
* @generated from field: string
|
|
1173
|
+
* @generated from field: string action_id = 4;
|
|
1078
1174
|
*/
|
|
1079
|
-
|
|
1175
|
+
actionId: string;
|
|
1080
1176
|
/**
|
|
1081
|
-
* @generated from field: string
|
|
1177
|
+
* @generated from field: string approval_id = 5;
|
|
1082
1178
|
*/
|
|
1083
|
-
|
|
1179
|
+
approvalId: string;
|
|
1084
1180
|
/**
|
|
1085
|
-
* @generated from field: string
|
|
1181
|
+
* @generated from field: string cost_row_id = 6;
|
|
1086
1182
|
*/
|
|
1087
|
-
|
|
1183
|
+
costRowId: string;
|
|
1088
1184
|
/**
|
|
1089
|
-
* @generated from field:
|
|
1185
|
+
* @generated from field: string agent_id = 7;
|
|
1090
1186
|
*/
|
|
1091
|
-
|
|
1187
|
+
agentId: string;
|
|
1092
1188
|
/**
|
|
1093
|
-
* @generated from field: string
|
|
1189
|
+
* @generated from field: string agent_name = 8;
|
|
1094
1190
|
*/
|
|
1095
|
-
|
|
1191
|
+
agentName: string;
|
|
1096
1192
|
/**
|
|
1097
|
-
* @generated from field: string
|
|
1193
|
+
* @generated from field: string run_as_identity = 9;
|
|
1098
1194
|
*/
|
|
1099
|
-
|
|
1195
|
+
runAsIdentity: string;
|
|
1100
1196
|
/**
|
|
1101
|
-
* @generated from field:
|
|
1197
|
+
* @generated from field: string tool_id = 10;
|
|
1102
1198
|
*/
|
|
1103
|
-
|
|
1104
|
-
};
|
|
1105
|
-
/**
|
|
1106
|
-
* Describes the message console.v1.RiskFinding.
|
|
1107
|
-
* Use `create(RiskFindingSchema)` to create a new message.
|
|
1108
|
-
*/
|
|
1109
|
-
export declare const RiskFindingSchema: GenMessage<RiskFinding>;
|
|
1110
|
-
/**
|
|
1111
|
-
* @generated from message console.v1.IntegrationTile
|
|
1112
|
-
*/
|
|
1113
|
-
export type IntegrationTile = Message<"console.v1.IntegrationTile"> & {
|
|
1199
|
+
toolId: string;
|
|
1114
1200
|
/**
|
|
1115
|
-
* @generated from field: string
|
|
1201
|
+
* @generated from field: string tool_name = 11;
|
|
1116
1202
|
*/
|
|
1117
|
-
|
|
1203
|
+
toolName: string;
|
|
1118
1204
|
/**
|
|
1119
|
-
* @generated from field: string
|
|
1205
|
+
* @generated from field: string connector_id = 12;
|
|
1120
1206
|
*/
|
|
1121
|
-
|
|
1207
|
+
connectorId: string;
|
|
1122
1208
|
/**
|
|
1123
|
-
* @generated from field: string
|
|
1209
|
+
* @generated from field: string connector_name = 13;
|
|
1124
1210
|
*/
|
|
1125
|
-
|
|
1211
|
+
connectorName: string;
|
|
1126
1212
|
/**
|
|
1127
|
-
* @generated from field: string
|
|
1213
|
+
* @generated from field: string connector_provider = 14;
|
|
1128
1214
|
*/
|
|
1129
|
-
|
|
1215
|
+
connectorProvider: string;
|
|
1130
1216
|
/**
|
|
1131
|
-
* @generated from field: string
|
|
1217
|
+
* @generated from field: string credential_ref = 15;
|
|
1132
1218
|
*/
|
|
1133
|
-
|
|
1219
|
+
credentialRef: string;
|
|
1134
1220
|
/**
|
|
1135
|
-
* @generated from field: string
|
|
1221
|
+
* @generated from field: string grant_lease_id = 16;
|
|
1136
1222
|
*/
|
|
1137
|
-
|
|
1223
|
+
grantLeaseId: string;
|
|
1138
1224
|
/**
|
|
1139
|
-
* @generated from field: string
|
|
1225
|
+
* @generated from field: string authority_id = 17;
|
|
1140
1226
|
*/
|
|
1141
|
-
|
|
1227
|
+
authorityId: string;
|
|
1142
1228
|
/**
|
|
1143
|
-
* @generated from field:
|
|
1229
|
+
* @generated from field: string authority_label = 18;
|
|
1144
1230
|
*/
|
|
1145
|
-
|
|
1231
|
+
authorityLabel: string;
|
|
1146
1232
|
/**
|
|
1147
|
-
*
|
|
1233
|
+
* authority_type is a product category such as credential, connector_grant,
|
|
1234
|
+
* service_account, browser_session, runner_lease, or unknown.
|
|
1235
|
+
*
|
|
1236
|
+
* @generated from field: string authority_type = 19;
|
|
1148
1237
|
*/
|
|
1149
|
-
|
|
1238
|
+
authorityType: string;
|
|
1150
1239
|
/**
|
|
1151
|
-
* @generated from field:
|
|
1240
|
+
* @generated from field: string authority_scope = 20;
|
|
1152
1241
|
*/
|
|
1153
|
-
|
|
1154
|
-
};
|
|
1155
|
-
/**
|
|
1156
|
-
* Describes the message console.v1.IntegrationTile.
|
|
1157
|
-
* Use `create(IntegrationTileSchema)` to create a new message.
|
|
1158
|
-
*/
|
|
1159
|
-
export declare const IntegrationTileSchema: GenMessage<IntegrationTile>;
|
|
1160
|
-
/**
|
|
1161
|
-
* @generated from message console.v1.OnboardingTask
|
|
1162
|
-
*/
|
|
1163
|
-
export type OnboardingTask = Message<"console.v1.OnboardingTask"> & {
|
|
1242
|
+
authorityScope: string;
|
|
1164
1243
|
/**
|
|
1165
|
-
* @generated from field: string
|
|
1244
|
+
* @generated from field: string issuer = 21;
|
|
1166
1245
|
*/
|
|
1167
|
-
|
|
1246
|
+
issuer: string;
|
|
1168
1247
|
/**
|
|
1169
|
-
* @generated from field:
|
|
1248
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 22;
|
|
1170
1249
|
*/
|
|
1171
|
-
|
|
1250
|
+
expiresAt?: Timestamp | undefined;
|
|
1172
1251
|
/**
|
|
1173
|
-
*
|
|
1252
|
+
* authority_state is one of active, expired, revoked, missing, or unknown.
|
|
1253
|
+
*
|
|
1254
|
+
* @generated from field: string authority_state = 23;
|
|
1174
1255
|
*/
|
|
1175
|
-
|
|
1256
|
+
authorityState: string;
|
|
1176
1257
|
/**
|
|
1177
|
-
*
|
|
1258
|
+
* attestation_state is one of attested, unverified, missing, or unknown.
|
|
1259
|
+
*
|
|
1260
|
+
* @generated from field: string attestation_state = 24;
|
|
1178
1261
|
*/
|
|
1179
|
-
|
|
1262
|
+
attestationState: string;
|
|
1180
1263
|
/**
|
|
1181
|
-
* @generated from field: string
|
|
1264
|
+
* @generated from field: string attestation_summary = 25;
|
|
1182
1265
|
*/
|
|
1183
|
-
|
|
1266
|
+
attestationSummary: string;
|
|
1184
1267
|
/**
|
|
1185
|
-
*
|
|
1268
|
+
* trust_state is one of trusted, needs_review, unverified, blocked, or unknown.
|
|
1269
|
+
*
|
|
1270
|
+
* @generated from field: string trust_state = 26;
|
|
1186
1271
|
*/
|
|
1187
|
-
|
|
1272
|
+
trustState: string;
|
|
1188
1273
|
/**
|
|
1189
|
-
*
|
|
1274
|
+
* evidence_state is one of ready, pending, missing, warning, blocked, or unknown.
|
|
1275
|
+
*
|
|
1276
|
+
* @generated from field: string evidence_state = 27;
|
|
1190
1277
|
*/
|
|
1191
|
-
|
|
1192
|
-
};
|
|
1193
|
-
/**
|
|
1194
|
-
* Describes the message console.v1.OnboardingTask.
|
|
1195
|
-
* Use `create(OnboardingTaskSchema)` to create a new message.
|
|
1196
|
-
*/
|
|
1197
|
-
export declare const OnboardingTaskSchema: GenMessage<OnboardingTask>;
|
|
1198
|
-
/**
|
|
1199
|
-
* @generated from message console.v1.TraceDrilldown
|
|
1200
|
-
*/
|
|
1201
|
-
export type TraceDrilldown = Message<"console.v1.TraceDrilldown"> & {
|
|
1278
|
+
evidenceState: string;
|
|
1202
1279
|
/**
|
|
1203
|
-
* @generated from field: string
|
|
1280
|
+
* @generated from field: string evidence_source = 28;
|
|
1204
1281
|
*/
|
|
1205
|
-
|
|
1282
|
+
evidenceSource: string;
|
|
1206
1283
|
/**
|
|
1207
|
-
* @generated from field: string
|
|
1284
|
+
* @generated from field: string cost_posture = 29;
|
|
1208
1285
|
*/
|
|
1209
|
-
|
|
1286
|
+
costPosture: string;
|
|
1210
1287
|
/**
|
|
1211
|
-
* @generated from field:
|
|
1288
|
+
* @generated from field: double cost_usd = 30;
|
|
1212
1289
|
*/
|
|
1213
|
-
|
|
1290
|
+
costUsd: number;
|
|
1214
1291
|
/**
|
|
1215
|
-
* @generated from field:
|
|
1292
|
+
* @generated from field: int64 input_tokens = 31;
|
|
1216
1293
|
*/
|
|
1217
|
-
|
|
1294
|
+
inputTokens: bigint;
|
|
1218
1295
|
/**
|
|
1219
|
-
* @generated from field: int64
|
|
1296
|
+
* @generated from field: int64 output_tokens = 32;
|
|
1220
1297
|
*/
|
|
1221
|
-
|
|
1298
|
+
outputTokens: bigint;
|
|
1222
1299
|
/**
|
|
1223
|
-
* @generated from field:
|
|
1300
|
+
* @generated from field: string status = 33;
|
|
1224
1301
|
*/
|
|
1225
|
-
|
|
1302
|
+
status: string;
|
|
1226
1303
|
/**
|
|
1227
|
-
* @generated from field:
|
|
1304
|
+
* @generated from field: string policy_reason = 34;
|
|
1228
1305
|
*/
|
|
1229
|
-
|
|
1306
|
+
policyReason: string;
|
|
1230
1307
|
/**
|
|
1231
|
-
* @generated from field:
|
|
1308
|
+
* @generated from field: repeated string required_evidence = 35;
|
|
1232
1309
|
*/
|
|
1233
|
-
|
|
1310
|
+
requiredEvidence: string[];
|
|
1234
1311
|
/**
|
|
1235
|
-
* @generated from field:
|
|
1312
|
+
* @generated from field: common.v1.RiskLevel risk_level = 36;
|
|
1236
1313
|
*/
|
|
1237
|
-
|
|
1314
|
+
riskLevel: RiskLevel;
|
|
1238
1315
|
/**
|
|
1239
|
-
* @generated from field:
|
|
1316
|
+
* @generated from field: string detail = 37;
|
|
1240
1317
|
*/
|
|
1241
|
-
|
|
1318
|
+
detail: string;
|
|
1242
1319
|
/**
|
|
1243
|
-
* @generated from field:
|
|
1320
|
+
* @generated from field: string next_action = 38;
|
|
1244
1321
|
*/
|
|
1245
|
-
|
|
1322
|
+
nextAction: string;
|
|
1246
1323
|
/**
|
|
1247
|
-
* @generated from field: google.protobuf.Timestamp occurred_at =
|
|
1324
|
+
* @generated from field: google.protobuf.Timestamp occurred_at = 39;
|
|
1248
1325
|
*/
|
|
1249
1326
|
occurredAt?: Timestamp | undefined;
|
|
1250
1327
|
/**
|
|
1251
|
-
* @generated from field: repeated
|
|
1328
|
+
* @generated from field: repeated console.v1.AuthorityScopeLedger scope_ledger = 40;
|
|
1252
1329
|
*/
|
|
1253
|
-
|
|
1330
|
+
scopeLedger: AuthorityScopeLedger[];
|
|
1254
1331
|
/**
|
|
1255
|
-
* @generated from field: repeated
|
|
1332
|
+
* @generated from field: repeated console.v1.AuthorityMissingEvidence missing_evidence = 41;
|
|
1256
1333
|
*/
|
|
1257
|
-
|
|
1334
|
+
missingEvidence: AuthorityMissingEvidence[];
|
|
1258
1335
|
/**
|
|
1259
|
-
*
|
|
1260
|
-
* ("traces-store", "console-snapshot", etc.) so the UI can distinguish a
|
|
1261
|
-
* live trace lookup from a stale projection.
|
|
1262
|
-
*
|
|
1263
|
-
* @generated from field: string evidence_source = 15;
|
|
1336
|
+
* @generated from field: repeated console.v1.AuthorityDeniedAction denied_actions = 42;
|
|
1264
1337
|
*/
|
|
1265
|
-
|
|
1338
|
+
deniedActions: AuthorityDeniedAction[];
|
|
1266
1339
|
/**
|
|
1267
|
-
*
|
|
1268
|
-
* or broken for the trace. They are product-facing diagnostics, not raw test
|
|
1269
|
-
* failures.
|
|
1270
|
-
*
|
|
1271
|
-
* @generated from field: repeated console.v1.TraceCompletenessSignal completeness_signals = 16;
|
|
1340
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 43;
|
|
1272
1341
|
*/
|
|
1273
|
-
|
|
1342
|
+
evidenceRefs: RelatedResource[];
|
|
1274
1343
|
/**
|
|
1275
|
-
*
|
|
1276
|
-
* question "Can I approve this?" It joins governance, approval readiness,
|
|
1277
|
-
* risk, and missing evidence so clients do not infer approval state from
|
|
1278
|
-
* labels or text matching.
|
|
1279
|
-
*
|
|
1280
|
-
* @generated from field: console.v1.SecurityDecisionPacket security_decision_packet = 17;
|
|
1344
|
+
* @generated from field: repeated console.v1.SecurityDecisionEvidenceGap evidence_gaps = 44;
|
|
1281
1345
|
*/
|
|
1282
|
-
|
|
1346
|
+
evidenceGaps: SecurityDecisionEvidenceGap[];
|
|
1283
1347
|
};
|
|
1284
1348
|
/**
|
|
1285
|
-
* Describes the message console.v1.
|
|
1286
|
-
* Use `create(
|
|
1349
|
+
* Describes the message console.v1.AuthorityLedger.
|
|
1350
|
+
* Use `create(AuthorityLedgerSchema)` to create a new message.
|
|
1287
1351
|
*/
|
|
1288
|
-
export declare const
|
|
1352
|
+
export declare const AuthorityLedgerSchema: GenMessage<AuthorityLedger>;
|
|
1289
1353
|
/**
|
|
1290
|
-
* @generated from message console.v1.
|
|
1354
|
+
* @generated from message console.v1.AuthorityScopeLedger
|
|
1291
1355
|
*/
|
|
1292
|
-
export type
|
|
1356
|
+
export type AuthorityScopeLedger = Message<"console.v1.AuthorityScopeLedger"> & {
|
|
1293
1357
|
/**
|
|
1294
|
-
* @generated from field: string
|
|
1358
|
+
* @generated from field: string group = 1;
|
|
1295
1359
|
*/
|
|
1296
|
-
|
|
1360
|
+
group: string;
|
|
1297
1361
|
/**
|
|
1298
|
-
* @generated from field: string
|
|
1362
|
+
* @generated from field: repeated string granted = 2;
|
|
1299
1363
|
*/
|
|
1300
|
-
|
|
1364
|
+
granted: string[];
|
|
1301
1365
|
/**
|
|
1302
|
-
* @generated from field: string
|
|
1366
|
+
* @generated from field: repeated string exercised = 3;
|
|
1303
1367
|
*/
|
|
1304
|
-
|
|
1368
|
+
exercised: string[];
|
|
1305
1369
|
/**
|
|
1306
|
-
* @generated from field: string
|
|
1370
|
+
* @generated from field: repeated string denied = 4;
|
|
1307
1371
|
*/
|
|
1308
|
-
|
|
1372
|
+
denied: string[];
|
|
1309
1373
|
/**
|
|
1310
|
-
* @generated from field: string
|
|
1374
|
+
* @generated from field: repeated string missing = 5;
|
|
1311
1375
|
*/
|
|
1312
|
-
|
|
1376
|
+
missing: string[];
|
|
1313
1377
|
/**
|
|
1314
|
-
* @generated from field: string
|
|
1378
|
+
* @generated from field: string state = 6;
|
|
1315
1379
|
*/
|
|
1316
|
-
|
|
1380
|
+
state: string;
|
|
1317
1381
|
/**
|
|
1318
|
-
* @generated from field: string
|
|
1382
|
+
* @generated from field: string policy_reason = 7;
|
|
1319
1383
|
*/
|
|
1320
|
-
|
|
1384
|
+
policyReason: string;
|
|
1321
1385
|
/**
|
|
1322
|
-
* @generated from field:
|
|
1386
|
+
* @generated from field: repeated string required_evidence = 8;
|
|
1323
1387
|
*/
|
|
1324
|
-
|
|
1388
|
+
requiredEvidence: string[];
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* Describes the message console.v1.AuthorityScopeLedger.
|
|
1392
|
+
* Use `create(AuthorityScopeLedgerSchema)` to create a new message.
|
|
1393
|
+
*/
|
|
1394
|
+
export declare const AuthorityScopeLedgerSchema: GenMessage<AuthorityScopeLedger>;
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from message console.v1.AuthorityMissingEvidence
|
|
1397
|
+
*/
|
|
1398
|
+
export type AuthorityMissingEvidence = Message<"console.v1.AuthorityMissingEvidence"> & {
|
|
1325
1399
|
/**
|
|
1326
|
-
* @generated from field:
|
|
1400
|
+
* @generated from field: string id = 1;
|
|
1327
1401
|
*/
|
|
1328
|
-
|
|
1402
|
+
id: string;
|
|
1329
1403
|
/**
|
|
1330
|
-
* @generated from field:
|
|
1404
|
+
* @generated from field: string label = 2;
|
|
1331
1405
|
*/
|
|
1332
|
-
|
|
1406
|
+
label: string;
|
|
1333
1407
|
/**
|
|
1334
|
-
* @generated from field:
|
|
1408
|
+
* @generated from field: string state = 3;
|
|
1335
1409
|
*/
|
|
1336
|
-
|
|
1410
|
+
state: string;
|
|
1337
1411
|
/**
|
|
1338
|
-
* @generated from field: string
|
|
1412
|
+
* @generated from field: string owner = 4;
|
|
1339
1413
|
*/
|
|
1340
|
-
|
|
1414
|
+
owner: string;
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: string recovery_action = 5;
|
|
1417
|
+
*/
|
|
1418
|
+
recoveryAction: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: string reason = 6;
|
|
1421
|
+
*/
|
|
1422
|
+
reason: string;
|
|
1423
|
+
/**
|
|
1424
|
+
* @generated from field: string source = 7;
|
|
1425
|
+
*/
|
|
1426
|
+
source: string;
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from field: repeated string span_ids = 8;
|
|
1429
|
+
*/
|
|
1430
|
+
spanIds: string[];
|
|
1431
|
+
};
|
|
1432
|
+
/**
|
|
1433
|
+
* Describes the message console.v1.AuthorityMissingEvidence.
|
|
1434
|
+
* Use `create(AuthorityMissingEvidenceSchema)` to create a new message.
|
|
1435
|
+
*/
|
|
1436
|
+
export declare const AuthorityMissingEvidenceSchema: GenMessage<AuthorityMissingEvidence>;
|
|
1437
|
+
/**
|
|
1438
|
+
* @generated from message console.v1.AuthorityDeniedAction
|
|
1439
|
+
*/
|
|
1440
|
+
export type AuthorityDeniedAction = Message<"console.v1.AuthorityDeniedAction"> & {
|
|
1441
|
+
/**
|
|
1442
|
+
* @generated from field: string id = 1;
|
|
1443
|
+
*/
|
|
1444
|
+
id: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* @generated from field: string action_id = 2;
|
|
1447
|
+
*/
|
|
1448
|
+
actionId: string;
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from field: string tool_name = 3;
|
|
1451
|
+
*/
|
|
1452
|
+
toolName: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: string policy_reason = 4;
|
|
1455
|
+
*/
|
|
1456
|
+
policyReason: string;
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from field: repeated string required_evidence = 5;
|
|
1459
|
+
*/
|
|
1460
|
+
requiredEvidence: string[];
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 6;
|
|
1463
|
+
*/
|
|
1464
|
+
evidenceRefs: RelatedResource[];
|
|
1465
|
+
};
|
|
1466
|
+
/**
|
|
1467
|
+
* Describes the message console.v1.AuthorityDeniedAction.
|
|
1468
|
+
* Use `create(AuthorityDeniedActionSchema)` to create a new message.
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const AuthorityDeniedActionSchema: GenMessage<AuthorityDeniedAction>;
|
|
1471
|
+
/**
|
|
1472
|
+
* @generated from message console.v1.AgentWorkforceRecord
|
|
1473
|
+
*/
|
|
1474
|
+
export type AgentWorkforceRecord = Message<"console.v1.AgentWorkforceRecord"> & {
|
|
1475
|
+
/**
|
|
1476
|
+
* @generated from field: string id = 1;
|
|
1477
|
+
*/
|
|
1478
|
+
id: string;
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: string workspace_id = 2;
|
|
1481
|
+
*/
|
|
1482
|
+
workspaceId: string;
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: string organization_id = 3;
|
|
1485
|
+
*/
|
|
1486
|
+
organizationId: string;
|
|
1487
|
+
/**
|
|
1488
|
+
* @generated from field: string agent_id = 4;
|
|
1489
|
+
*/
|
|
1490
|
+
agentId: string;
|
|
1491
|
+
/**
|
|
1492
|
+
* @generated from field: string agent_name = 5;
|
|
1493
|
+
*/
|
|
1494
|
+
agentName: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: string runtime = 6;
|
|
1497
|
+
*/
|
|
1498
|
+
runtime: string;
|
|
1499
|
+
/**
|
|
1500
|
+
* @generated from field: string owner = 7;
|
|
1501
|
+
*/
|
|
1502
|
+
owner: string;
|
|
1503
|
+
/**
|
|
1504
|
+
* status is one of approval_ready, needs_evidence, needs_review, blocked, or observed.
|
|
1505
|
+
*
|
|
1506
|
+
* @generated from field: string status = 8;
|
|
1507
|
+
*/
|
|
1508
|
+
status: string;
|
|
1509
|
+
/**
|
|
1510
|
+
* @generated from field: string queue_state = 9;
|
|
1511
|
+
*/
|
|
1512
|
+
queueState: string;
|
|
1513
|
+
/**
|
|
1514
|
+
* @generated from field: common.v1.RiskLevel risk_level = 10;
|
|
1515
|
+
*/
|
|
1516
|
+
riskLevel: RiskLevel;
|
|
1517
|
+
/**
|
|
1518
|
+
* @generated from field: string current_work = 11;
|
|
1519
|
+
*/
|
|
1520
|
+
currentWork: string;
|
|
1521
|
+
/**
|
|
1522
|
+
* @generated from field: console.v1.RunAsIdentitySummary run_as_identity = 12;
|
|
1523
|
+
*/
|
|
1524
|
+
runAsIdentity?: RunAsIdentitySummary | undefined;
|
|
1525
|
+
/**
|
|
1526
|
+
* @generated from field: console.v1.SecurityDecisionPacket security_decision = 13;
|
|
1527
|
+
*/
|
|
1528
|
+
securityDecision?: SecurityDecisionPacket | undefined;
|
|
1529
|
+
/**
|
|
1530
|
+
* @generated from field: repeated console.v1.AgentWorkforceActionEvidence action_evidence = 14;
|
|
1531
|
+
*/
|
|
1532
|
+
actionEvidence: AgentWorkforceActionEvidence[];
|
|
1533
|
+
/**
|
|
1534
|
+
* @generated from field: console.v1.CredentialAuthoritySummary credential_authority = 15;
|
|
1535
|
+
*/
|
|
1536
|
+
credentialAuthority?: CredentialAuthoritySummary | undefined;
|
|
1537
|
+
/**
|
|
1538
|
+
* @generated from field: console.v1.CostEvidenceSummary cost_evidence = 16;
|
|
1539
|
+
*/
|
|
1540
|
+
costEvidence?: CostEvidenceSummary | undefined;
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from field: string next_action = 17;
|
|
1543
|
+
*/
|
|
1544
|
+
nextAction: string;
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: repeated string missing_evidence = 18;
|
|
1547
|
+
*/
|
|
1548
|
+
missingEvidence: string[];
|
|
1549
|
+
/**
|
|
1550
|
+
* @generated from field: google.protobuf.Timestamp occurred_at = 19;
|
|
1551
|
+
*/
|
|
1552
|
+
occurredAt?: Timestamp | undefined;
|
|
1553
|
+
/**
|
|
1554
|
+
* @generated from field: console.v1.AgentWorkforceDebugIdentifiers debug_identifiers = 20;
|
|
1555
|
+
*/
|
|
1556
|
+
debugIdentifiers?: AgentWorkforceDebugIdentifiers | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* @generated from field: console.v1.AgentWorkforceQuestionSummary question_summary = 21;
|
|
1559
|
+
*/
|
|
1560
|
+
questionSummary?: AgentWorkforceQuestionSummary | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: console.v1.AgentWorkforceApprovalDisablement approval_disablement = 22;
|
|
1563
|
+
*/
|
|
1564
|
+
approvalDisablement?: AgentWorkforceApprovalDisablement | undefined;
|
|
1565
|
+
/**
|
|
1566
|
+
* @generated from field: console.v1.EndpointGuardrailSummary endpoint_guardrail = 23;
|
|
1567
|
+
*/
|
|
1568
|
+
endpointGuardrail?: EndpointGuardrailSummary | undefined;
|
|
1569
|
+
};
|
|
1570
|
+
/**
|
|
1571
|
+
* Describes the message console.v1.AgentWorkforceRecord.
|
|
1572
|
+
* Use `create(AgentWorkforceRecordSchema)` to create a new message.
|
|
1573
|
+
*/
|
|
1574
|
+
export declare const AgentWorkforceRecordSchema: GenMessage<AgentWorkforceRecord>;
|
|
1575
|
+
/**
|
|
1576
|
+
* @generated from message console.v1.EndpointGuardrailSummary
|
|
1577
|
+
*/
|
|
1578
|
+
export type EndpointGuardrailSummary = Message<"console.v1.EndpointGuardrailSummary"> & {
|
|
1579
|
+
/**
|
|
1580
|
+
* status is one of allowed, missing, blocked, or unknown.
|
|
1581
|
+
*
|
|
1582
|
+
* @generated from field: string status = 1;
|
|
1583
|
+
*/
|
|
1584
|
+
status: string;
|
|
1585
|
+
/**
|
|
1586
|
+
* @generated from field: string endpoint_id = 2;
|
|
1587
|
+
*/
|
|
1588
|
+
endpointId: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: string route = 3;
|
|
1591
|
+
*/
|
|
1592
|
+
route: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: string exposure = 4;
|
|
1595
|
+
*/
|
|
1596
|
+
exposure: string;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: string allowlist_source = 5;
|
|
1599
|
+
*/
|
|
1600
|
+
allowlistSource: string;
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: string resolution_policy = 6;
|
|
1603
|
+
*/
|
|
1604
|
+
resolutionPolicy: string;
|
|
1605
|
+
/**
|
|
1606
|
+
* @generated from field: string blocked_reason = 7;
|
|
1607
|
+
*/
|
|
1608
|
+
blockedReason: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* @generated from field: repeated string missing_controls = 8;
|
|
1611
|
+
*/
|
|
1612
|
+
missingControls: string[];
|
|
1613
|
+
/**
|
|
1614
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 9;
|
|
1615
|
+
*/
|
|
1616
|
+
evidenceRefs: RelatedResource[];
|
|
1617
|
+
/**
|
|
1618
|
+
* @generated from field: string allowlist_status = 10;
|
|
1619
|
+
*/
|
|
1620
|
+
allowlistStatus: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* @generated from field: string resolution_status = 11;
|
|
1623
|
+
*/
|
|
1624
|
+
resolutionStatus: string;
|
|
1625
|
+
};
|
|
1626
|
+
/**
|
|
1627
|
+
* Describes the message console.v1.EndpointGuardrailSummary.
|
|
1628
|
+
* Use `create(EndpointGuardrailSummarySchema)` to create a new message.
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const EndpointGuardrailSummarySchema: GenMessage<EndpointGuardrailSummary>;
|
|
1631
|
+
/**
|
|
1632
|
+
* @generated from message console.v1.AgentWorkforceQuestionSummary
|
|
1633
|
+
*/
|
|
1634
|
+
export type AgentWorkforceQuestionSummary = Message<"console.v1.AgentWorkforceQuestionSummary"> & {
|
|
1635
|
+
/**
|
|
1636
|
+
* @generated from field: string can_approve_this = 1;
|
|
1637
|
+
*/
|
|
1638
|
+
canApproveThis: string;
|
|
1639
|
+
/**
|
|
1640
|
+
* @generated from field: string evidence_missing = 2;
|
|
1641
|
+
*/
|
|
1642
|
+
evidenceMissing: string;
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: string agent_saw = 3;
|
|
1645
|
+
*/
|
|
1646
|
+
agentSaw: string;
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: string agent_tried_to_do = 4;
|
|
1649
|
+
*/
|
|
1650
|
+
agentTriedToDo: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from field: string was_denied = 5;
|
|
1653
|
+
*/
|
|
1654
|
+
wasDenied: string;
|
|
1655
|
+
/**
|
|
1656
|
+
* @generated from field: string should_do_next = 6;
|
|
1657
|
+
*/
|
|
1658
|
+
shouldDoNext: string;
|
|
1659
|
+
};
|
|
1660
|
+
/**
|
|
1661
|
+
* Describes the message console.v1.AgentWorkforceQuestionSummary.
|
|
1662
|
+
* Use `create(AgentWorkforceQuestionSummarySchema)` to create a new message.
|
|
1663
|
+
*/
|
|
1664
|
+
export declare const AgentWorkforceQuestionSummarySchema: GenMessage<AgentWorkforceQuestionSummary>;
|
|
1665
|
+
/**
|
|
1666
|
+
* @generated from message console.v1.AgentWorkforceApprovalDisablement
|
|
1667
|
+
*/
|
|
1668
|
+
export type AgentWorkforceApprovalDisablement = Message<"console.v1.AgentWorkforceApprovalDisablement"> & {
|
|
1669
|
+
/**
|
|
1670
|
+
* code is one of none, missing_credential_authority,
|
|
1671
|
+
* unverified_run_as_identity, missing_cost_evidence,
|
|
1672
|
+
* missing_action_evidence, security_decision_blocked, or
|
|
1673
|
+
* security_review_required.
|
|
1674
|
+
*
|
|
1675
|
+
* @generated from field: string code = 1;
|
|
1676
|
+
*/
|
|
1677
|
+
code: string;
|
|
1678
|
+
/**
|
|
1679
|
+
* @generated from field: string label = 2;
|
|
1680
|
+
*/
|
|
1681
|
+
label: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* @generated from field: string detail = 3;
|
|
1684
|
+
*/
|
|
1685
|
+
detail: string;
|
|
1686
|
+
/**
|
|
1687
|
+
* @generated from field: string recovery_action = 4;
|
|
1688
|
+
*/
|
|
1689
|
+
recoveryAction: string;
|
|
1690
|
+
/**
|
|
1691
|
+
* @generated from field: repeated string evidence_gap_ids = 5;
|
|
1692
|
+
*/
|
|
1693
|
+
evidenceGapIds: string[];
|
|
1694
|
+
/**
|
|
1695
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 6;
|
|
1696
|
+
*/
|
|
1697
|
+
evidenceRefs: RelatedResource[];
|
|
1698
|
+
};
|
|
1699
|
+
/**
|
|
1700
|
+
* Describes the message console.v1.AgentWorkforceApprovalDisablement.
|
|
1701
|
+
* Use `create(AgentWorkforceApprovalDisablementSchema)` to create a new message.
|
|
1702
|
+
*/
|
|
1703
|
+
export declare const AgentWorkforceApprovalDisablementSchema: GenMessage<AgentWorkforceApprovalDisablement>;
|
|
1704
|
+
/**
|
|
1705
|
+
* @generated from message console.v1.RunAsIdentitySummary
|
|
1706
|
+
*/
|
|
1707
|
+
export type RunAsIdentitySummary = Message<"console.v1.RunAsIdentitySummary"> & {
|
|
1708
|
+
/**
|
|
1709
|
+
* status is one of verified, unverified, missing, or unknown.
|
|
1710
|
+
*
|
|
1711
|
+
* @generated from field: string status = 1;
|
|
1712
|
+
*/
|
|
1713
|
+
status: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* @generated from field: string identity = 2;
|
|
1716
|
+
*/
|
|
1717
|
+
identity: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* @generated from field: string source = 3;
|
|
1720
|
+
*/
|
|
1721
|
+
source: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* @generated from field: string missing_reason = 4;
|
|
1724
|
+
*/
|
|
1725
|
+
missingReason: string;
|
|
1726
|
+
/**
|
|
1727
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 5;
|
|
1728
|
+
*/
|
|
1729
|
+
evidenceRefs: RelatedResource[];
|
|
1730
|
+
};
|
|
1731
|
+
/**
|
|
1732
|
+
* Describes the message console.v1.RunAsIdentitySummary.
|
|
1733
|
+
* Use `create(RunAsIdentitySummarySchema)` to create a new message.
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const RunAsIdentitySummarySchema: GenMessage<RunAsIdentitySummary>;
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from message console.v1.AgentWorkforceActionEvidence
|
|
1738
|
+
*/
|
|
1739
|
+
export type AgentWorkforceActionEvidence = Message<"console.v1.AgentWorkforceActionEvidence"> & {
|
|
1740
|
+
/**
|
|
1741
|
+
* @generated from field: string action_id = 1;
|
|
1742
|
+
*/
|
|
1743
|
+
actionId: string;
|
|
1744
|
+
/**
|
|
1745
|
+
* @generated from field: string tool_name = 2;
|
|
1746
|
+
*/
|
|
1747
|
+
toolName: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* @generated from field: string connector_id = 3;
|
|
1750
|
+
*/
|
|
1751
|
+
connectorId: string;
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from field: string capability = 4;
|
|
1754
|
+
*/
|
|
1755
|
+
capability: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* @generated from field: string target_summary = 5;
|
|
1758
|
+
*/
|
|
1759
|
+
targetSummary: string;
|
|
1760
|
+
/**
|
|
1761
|
+
* @generated from field: string decision = 6;
|
|
1762
|
+
*/
|
|
1763
|
+
decision: string;
|
|
1764
|
+
/**
|
|
1765
|
+
* @generated from field: bool mutates_resource = 7;
|
|
1766
|
+
*/
|
|
1767
|
+
mutatesResource: boolean;
|
|
1768
|
+
/**
|
|
1769
|
+
* @generated from field: common.v1.RiskLevel risk_level = 8;
|
|
1770
|
+
*/
|
|
1771
|
+
riskLevel: RiskLevel;
|
|
1772
|
+
/**
|
|
1773
|
+
* @generated from field: string safe_arguments_ref = 9;
|
|
1774
|
+
*/
|
|
1775
|
+
safeArgumentsRef: string;
|
|
1776
|
+
/**
|
|
1777
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 10;
|
|
1778
|
+
*/
|
|
1779
|
+
evidenceRefs: RelatedResource[];
|
|
1780
|
+
/**
|
|
1781
|
+
* @generated from field: repeated string missing_evidence = 11;
|
|
1782
|
+
*/
|
|
1783
|
+
missingEvidence: string[];
|
|
1784
|
+
/**
|
|
1785
|
+
* @generated from field: google.protobuf.Timestamp occurred_at = 12;
|
|
1786
|
+
*/
|
|
1787
|
+
occurredAt?: Timestamp | undefined;
|
|
1788
|
+
/**
|
|
1789
|
+
* @generated from field: string principal_evidence_state = 13;
|
|
1790
|
+
*/
|
|
1791
|
+
principalEvidenceState: string;
|
|
1792
|
+
/**
|
|
1793
|
+
* @generated from field: string credential_evidence_state = 14;
|
|
1794
|
+
*/
|
|
1795
|
+
credentialEvidenceState: string;
|
|
1796
|
+
/**
|
|
1797
|
+
* @generated from field: string cost_evidence_state = 15;
|
|
1798
|
+
*/
|
|
1799
|
+
costEvidenceState: string;
|
|
1800
|
+
};
|
|
1801
|
+
/**
|
|
1802
|
+
* Describes the message console.v1.AgentWorkforceActionEvidence.
|
|
1803
|
+
* Use `create(AgentWorkforceActionEvidenceSchema)` to create a new message.
|
|
1804
|
+
*/
|
|
1805
|
+
export declare const AgentWorkforceActionEvidenceSchema: GenMessage<AgentWorkforceActionEvidence>;
|
|
1806
|
+
/**
|
|
1807
|
+
* @generated from message console.v1.CredentialAuthoritySummary
|
|
1808
|
+
*/
|
|
1809
|
+
export type CredentialAuthoritySummary = Message<"console.v1.CredentialAuthoritySummary"> & {
|
|
1810
|
+
/**
|
|
1811
|
+
* status is one of verified, unverified, missing, revoked, expired, or blocked.
|
|
1812
|
+
*
|
|
1813
|
+
* @generated from field: string status = 1;
|
|
1814
|
+
*/
|
|
1815
|
+
status: string;
|
|
1816
|
+
/**
|
|
1817
|
+
* @generated from field: string subject = 2;
|
|
1818
|
+
*/
|
|
1819
|
+
subject: string;
|
|
1820
|
+
/**
|
|
1821
|
+
* @generated from field: string provider = 3;
|
|
1822
|
+
*/
|
|
1823
|
+
provider: string;
|
|
1824
|
+
/**
|
|
1825
|
+
* @generated from field: string authority_ref = 4;
|
|
1826
|
+
*/
|
|
1827
|
+
authorityRef: string;
|
|
1828
|
+
/**
|
|
1829
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 5;
|
|
1830
|
+
*/
|
|
1831
|
+
expiresAt?: Timestamp | undefined;
|
|
1832
|
+
/**
|
|
1833
|
+
* @generated from field: string revocation_state = 6;
|
|
1834
|
+
*/
|
|
1835
|
+
revocationState: string;
|
|
1836
|
+
/**
|
|
1837
|
+
* @generated from field: repeated string missing_authorities = 7;
|
|
1838
|
+
*/
|
|
1839
|
+
missingAuthorities: string[];
|
|
1840
|
+
/**
|
|
1841
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 8;
|
|
1842
|
+
*/
|
|
1843
|
+
evidenceRefs: RelatedResource[];
|
|
1844
|
+
};
|
|
1845
|
+
/**
|
|
1846
|
+
* Describes the message console.v1.CredentialAuthoritySummary.
|
|
1847
|
+
* Use `create(CredentialAuthoritySummarySchema)` to create a new message.
|
|
1848
|
+
*/
|
|
1849
|
+
export declare const CredentialAuthoritySummarySchema: GenMessage<CredentialAuthoritySummary>;
|
|
1850
|
+
/**
|
|
1851
|
+
* @generated from message console.v1.CostEvidenceSummary
|
|
1852
|
+
*/
|
|
1853
|
+
export type CostEvidenceSummary = Message<"console.v1.CostEvidenceSummary"> & {
|
|
1854
|
+
/**
|
|
1855
|
+
* status is one of recorded or missing.
|
|
1856
|
+
*
|
|
1857
|
+
* @generated from field: string status = 1;
|
|
1858
|
+
*/
|
|
1859
|
+
status: string;
|
|
1860
|
+
/**
|
|
1861
|
+
* @generated from field: string provider = 2;
|
|
1862
|
+
*/
|
|
1863
|
+
provider: string;
|
|
1864
|
+
/**
|
|
1865
|
+
* @generated from field: string model = 3;
|
|
1866
|
+
*/
|
|
1867
|
+
model: string;
|
|
1868
|
+
/**
|
|
1869
|
+
* @generated from field: int64 input_tokens = 4;
|
|
1870
|
+
*/
|
|
1871
|
+
inputTokens: bigint;
|
|
1872
|
+
/**
|
|
1873
|
+
* @generated from field: int64 output_tokens = 5;
|
|
1874
|
+
*/
|
|
1875
|
+
outputTokens: bigint;
|
|
1876
|
+
/**
|
|
1877
|
+
* @generated from field: double total_cost_usd = 6;
|
|
1878
|
+
*/
|
|
1879
|
+
totalCostUsd: number;
|
|
1880
|
+
/**
|
|
1881
|
+
* @generated from field: string meter_ref = 7;
|
|
1882
|
+
*/
|
|
1883
|
+
meterRef: string;
|
|
1884
|
+
/**
|
|
1885
|
+
* @generated from field: string missing_reason = 8;
|
|
1886
|
+
*/
|
|
1887
|
+
missingReason: string;
|
|
1888
|
+
};
|
|
1889
|
+
/**
|
|
1890
|
+
* Describes the message console.v1.CostEvidenceSummary.
|
|
1891
|
+
* Use `create(CostEvidenceSummarySchema)` to create a new message.
|
|
1892
|
+
*/
|
|
1893
|
+
export declare const CostEvidenceSummarySchema: GenMessage<CostEvidenceSummary>;
|
|
1894
|
+
/**
|
|
1895
|
+
* @generated from message console.v1.AgentWorkforceDebugIdentifiers
|
|
1896
|
+
*/
|
|
1897
|
+
export type AgentWorkforceDebugIdentifiers = Message<"console.v1.AgentWorkforceDebugIdentifiers"> & {
|
|
1898
|
+
/**
|
|
1899
|
+
* @generated from field: repeated string span_ids = 1;
|
|
1900
|
+
*/
|
|
1901
|
+
spanIds: string[];
|
|
1902
|
+
/**
|
|
1903
|
+
* @generated from field: repeated string raw_reference_ids = 2;
|
|
1904
|
+
*/
|
|
1905
|
+
rawReferenceIds: string[];
|
|
1906
|
+
/**
|
|
1907
|
+
* @generated from field: repeated string source_event_ids = 3;
|
|
1908
|
+
*/
|
|
1909
|
+
sourceEventIds: string[];
|
|
1910
|
+
/**
|
|
1911
|
+
* @generated from field: google.protobuf.Struct attributes = 4;
|
|
1912
|
+
*/
|
|
1913
|
+
attributes?: JsonObject | undefined;
|
|
1914
|
+
/**
|
|
1915
|
+
* @generated from field: string run_id = 5;
|
|
1916
|
+
*/
|
|
1917
|
+
runId: string;
|
|
1918
|
+
/**
|
|
1919
|
+
* @generated from field: string session_id = 6;
|
|
1920
|
+
*/
|
|
1921
|
+
sessionId: string;
|
|
1922
|
+
/**
|
|
1923
|
+
* @generated from field: string trace_id = 7;
|
|
1924
|
+
*/
|
|
1925
|
+
traceId: string;
|
|
1926
|
+
};
|
|
1927
|
+
/**
|
|
1928
|
+
* Describes the message console.v1.AgentWorkforceDebugIdentifiers.
|
|
1929
|
+
* Use `create(AgentWorkforceDebugIdentifiersSchema)` to create a new message.
|
|
1930
|
+
*/
|
|
1931
|
+
export declare const AgentWorkforceDebugIdentifiersSchema: GenMessage<AgentWorkforceDebugIdentifiers>;
|
|
1932
|
+
/**
|
|
1933
|
+
* @generated from message console.v1.RiskFinding
|
|
1934
|
+
*/
|
|
1935
|
+
export type RiskFinding = Message<"console.v1.RiskFinding"> & {
|
|
1936
|
+
/**
|
|
1937
|
+
* @generated from field: string id = 1;
|
|
1938
|
+
*/
|
|
1939
|
+
id: string;
|
|
1940
|
+
/**
|
|
1941
|
+
* @generated from field: string title = 2;
|
|
1942
|
+
*/
|
|
1943
|
+
title: string;
|
|
1944
|
+
/**
|
|
1945
|
+
* @generated from field: string detail = 3;
|
|
1946
|
+
*/
|
|
1947
|
+
detail: string;
|
|
1948
|
+
/**
|
|
1949
|
+
* @generated from field: string source = 4;
|
|
1950
|
+
*/
|
|
1951
|
+
source: string;
|
|
1952
|
+
/**
|
|
1953
|
+
* @generated from field: string asset_id = 5;
|
|
1954
|
+
*/
|
|
1955
|
+
assetId: string;
|
|
1956
|
+
/**
|
|
1957
|
+
* @generated from field: string status = 6;
|
|
1958
|
+
*/
|
|
1959
|
+
status: string;
|
|
1960
|
+
/**
|
|
1961
|
+
* @generated from field: common.v1.RiskLevel risk_level = 7;
|
|
1962
|
+
*/
|
|
1963
|
+
riskLevel: RiskLevel;
|
|
1964
|
+
/**
|
|
1965
|
+
* @generated from field: string policy = 8;
|
|
1966
|
+
*/
|
|
1967
|
+
policy: string;
|
|
1968
|
+
/**
|
|
1969
|
+
* @generated from field: string next_action = 9;
|
|
1970
|
+
*/
|
|
1971
|
+
nextAction: string;
|
|
1972
|
+
/**
|
|
1973
|
+
* @generated from field: google.protobuf.Timestamp detected_at = 10;
|
|
1974
|
+
*/
|
|
1975
|
+
detectedAt?: Timestamp | undefined;
|
|
1976
|
+
};
|
|
1977
|
+
/**
|
|
1978
|
+
* Describes the message console.v1.RiskFinding.
|
|
1979
|
+
* Use `create(RiskFindingSchema)` to create a new message.
|
|
1980
|
+
*/
|
|
1981
|
+
export declare const RiskFindingSchema: GenMessage<RiskFinding>;
|
|
1982
|
+
/**
|
|
1983
|
+
* @generated from message console.v1.IntegrationTile
|
|
1984
|
+
*/
|
|
1985
|
+
export type IntegrationTile = Message<"console.v1.IntegrationTile"> & {
|
|
1986
|
+
/**
|
|
1987
|
+
* @generated from field: string id = 1;
|
|
1988
|
+
*/
|
|
1989
|
+
id: string;
|
|
1990
|
+
/**
|
|
1991
|
+
* @generated from field: string name = 2;
|
|
1992
|
+
*/
|
|
1993
|
+
name: string;
|
|
1994
|
+
/**
|
|
1995
|
+
* @generated from field: string provider = 3;
|
|
1996
|
+
*/
|
|
1997
|
+
provider: string;
|
|
1998
|
+
/**
|
|
1999
|
+
* @generated from field: string category = 4;
|
|
2000
|
+
*/
|
|
2001
|
+
category: string;
|
|
2002
|
+
/**
|
|
2003
|
+
* @generated from field: string status = 5;
|
|
2004
|
+
*/
|
|
2005
|
+
status: string;
|
|
2006
|
+
/**
|
|
2007
|
+
* @generated from field: string detail = 6;
|
|
2008
|
+
*/
|
|
2009
|
+
detail: string;
|
|
2010
|
+
/**
|
|
2011
|
+
* @generated from field: string setup_command = 7;
|
|
2012
|
+
*/
|
|
2013
|
+
setupCommand: string;
|
|
2014
|
+
/**
|
|
2015
|
+
* @generated from field: repeated string scopes = 8;
|
|
2016
|
+
*/
|
|
2017
|
+
scopes: string[];
|
|
2018
|
+
/**
|
|
2019
|
+
* @generated from field: repeated string capabilities = 9;
|
|
2020
|
+
*/
|
|
2021
|
+
capabilities: string[];
|
|
2022
|
+
/**
|
|
2023
|
+
* @generated from field: google.protobuf.Timestamp last_seen_at = 10;
|
|
2024
|
+
*/
|
|
2025
|
+
lastSeenAt?: Timestamp | undefined;
|
|
2026
|
+
};
|
|
2027
|
+
/**
|
|
2028
|
+
* Describes the message console.v1.IntegrationTile.
|
|
2029
|
+
* Use `create(IntegrationTileSchema)` to create a new message.
|
|
2030
|
+
*/
|
|
2031
|
+
export declare const IntegrationTileSchema: GenMessage<IntegrationTile>;
|
|
2032
|
+
/**
|
|
2033
|
+
* @generated from message console.v1.OnboardingTask
|
|
2034
|
+
*/
|
|
2035
|
+
export type OnboardingTask = Message<"console.v1.OnboardingTask"> & {
|
|
2036
|
+
/**
|
|
2037
|
+
* @generated from field: string id = 1;
|
|
2038
|
+
*/
|
|
2039
|
+
id: string;
|
|
2040
|
+
/**
|
|
2041
|
+
* @generated from field: string title = 2;
|
|
2042
|
+
*/
|
|
2043
|
+
title: string;
|
|
2044
|
+
/**
|
|
2045
|
+
* @generated from field: string detail = 3;
|
|
2046
|
+
*/
|
|
2047
|
+
detail: string;
|
|
2048
|
+
/**
|
|
2049
|
+
* @generated from field: string status = 4;
|
|
2050
|
+
*/
|
|
2051
|
+
status: string;
|
|
2052
|
+
/**
|
|
2053
|
+
* @generated from field: string cta_label = 5;
|
|
2054
|
+
*/
|
|
2055
|
+
ctaLabel: string;
|
|
2056
|
+
/**
|
|
2057
|
+
* @generated from field: string command = 6;
|
|
2058
|
+
*/
|
|
2059
|
+
command: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* @generated from field: repeated string required_integrations = 7;
|
|
2062
|
+
*/
|
|
2063
|
+
requiredIntegrations: string[];
|
|
2064
|
+
};
|
|
2065
|
+
/**
|
|
2066
|
+
* Describes the message console.v1.OnboardingTask.
|
|
2067
|
+
* Use `create(OnboardingTaskSchema)` to create a new message.
|
|
2068
|
+
*/
|
|
2069
|
+
export declare const OnboardingTaskSchema: GenMessage<OnboardingTask>;
|
|
2070
|
+
/**
|
|
2071
|
+
* @generated from message console.v1.TraceDrilldown
|
|
2072
|
+
*/
|
|
2073
|
+
export type TraceDrilldown = Message<"console.v1.TraceDrilldown"> & {
|
|
2074
|
+
/**
|
|
2075
|
+
* @generated from field: string trace_id = 1;
|
|
2076
|
+
*/
|
|
2077
|
+
traceId: string;
|
|
2078
|
+
/**
|
|
2079
|
+
* @generated from field: string root_name = 2;
|
|
2080
|
+
*/
|
|
2081
|
+
rootName: string;
|
|
2082
|
+
/**
|
|
2083
|
+
* @generated from field: string asset_id = 3;
|
|
2084
|
+
*/
|
|
2085
|
+
assetId: string;
|
|
2086
|
+
/**
|
|
2087
|
+
* @generated from field: string status = 4;
|
|
2088
|
+
*/
|
|
2089
|
+
status: string;
|
|
2090
|
+
/**
|
|
2091
|
+
* @generated from field: int64 total_latency_ms = 5;
|
|
2092
|
+
*/
|
|
2093
|
+
totalLatencyMs: bigint;
|
|
2094
|
+
/**
|
|
2095
|
+
* @generated from field: int64 input_tokens = 6;
|
|
2096
|
+
*/
|
|
2097
|
+
inputTokens: bigint;
|
|
2098
|
+
/**
|
|
2099
|
+
* @generated from field: int64 output_tokens = 7;
|
|
2100
|
+
*/
|
|
2101
|
+
outputTokens: bigint;
|
|
2102
|
+
/**
|
|
2103
|
+
* @generated from field: double cost_usd = 8;
|
|
2104
|
+
*/
|
|
2105
|
+
costUsd: number;
|
|
2106
|
+
/**
|
|
2107
|
+
* @generated from field: double eval_score = 9;
|
|
2108
|
+
*/
|
|
2109
|
+
evalScore: number;
|
|
2110
|
+
/**
|
|
2111
|
+
* @generated from field: common.v1.RiskLevel risk_level = 10;
|
|
2112
|
+
*/
|
|
2113
|
+
riskLevel: RiskLevel;
|
|
2114
|
+
/**
|
|
2115
|
+
* @generated from field: repeated console.v1.TraceSpan spans = 11;
|
|
2116
|
+
*/
|
|
2117
|
+
spans: TraceSpan[];
|
|
2118
|
+
/**
|
|
2119
|
+
* @generated from field: google.protobuf.Timestamp occurred_at = 12;
|
|
2120
|
+
*/
|
|
2121
|
+
occurredAt?: Timestamp | undefined;
|
|
2122
|
+
/**
|
|
2123
|
+
* @generated from field: repeated traces.v1.TraceAnnotation annotations = 13;
|
|
2124
|
+
*/
|
|
2125
|
+
annotations: TraceAnnotation[];
|
|
2126
|
+
/**
|
|
2127
|
+
* @generated from field: repeated string suggested_labels = 14;
|
|
2128
|
+
*/
|
|
2129
|
+
suggestedLabels: string[];
|
|
2130
|
+
/**
|
|
2131
|
+
* evidence_source names the backing read path used for this drilldown
|
|
2132
|
+
* ("traces-store", "console-snapshot", etc.) so the UI can distinguish a
|
|
2133
|
+
* live trace lookup from a stale projection.
|
|
2134
|
+
*
|
|
2135
|
+
* @generated from field: string evidence_source = 15;
|
|
2136
|
+
*/
|
|
2137
|
+
evidenceSource: string;
|
|
2138
|
+
/**
|
|
2139
|
+
* completeness_signals explain which evidence families are present, pending,
|
|
2140
|
+
* or broken for the trace. They are product-facing diagnostics, not raw test
|
|
2141
|
+
* failures.
|
|
2142
|
+
*
|
|
2143
|
+
* @generated from field: repeated console.v1.TraceCompletenessSignal completeness_signals = 16;
|
|
2144
|
+
*/
|
|
2145
|
+
completenessSignals: TraceCompletenessSignal[];
|
|
2146
|
+
/**
|
|
2147
|
+
* security_decision_packet is the server-owned answer to the operator
|
|
2148
|
+
* question "Can I approve this?" It joins governance, approval readiness,
|
|
2149
|
+
* risk, and missing evidence so clients do not infer approval state from
|
|
2150
|
+
* labels or text matching.
|
|
2151
|
+
*
|
|
2152
|
+
* @generated from field: console.v1.SecurityDecisionPacket security_decision_packet = 17;
|
|
2153
|
+
*/
|
|
2154
|
+
securityDecisionPacket?: SecurityDecisionPacket | undefined;
|
|
2155
|
+
};
|
|
2156
|
+
/**
|
|
2157
|
+
* Describes the message console.v1.TraceDrilldown.
|
|
2158
|
+
* Use `create(TraceDrilldownSchema)` to create a new message.
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const TraceDrilldownSchema: GenMessage<TraceDrilldown>;
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from message console.v1.TraceSpan
|
|
2163
|
+
*/
|
|
2164
|
+
export type TraceSpan = Message<"console.v1.TraceSpan"> & {
|
|
2165
|
+
/**
|
|
2166
|
+
* @generated from field: string span_id = 1;
|
|
2167
|
+
*/
|
|
2168
|
+
spanId: string;
|
|
2169
|
+
/**
|
|
2170
|
+
* @generated from field: string parent_span_id = 2;
|
|
2171
|
+
*/
|
|
2172
|
+
parentSpanId: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* @generated from field: string name = 3;
|
|
2175
|
+
*/
|
|
2176
|
+
name: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* @generated from field: string kind = 4;
|
|
2179
|
+
*/
|
|
2180
|
+
kind: string;
|
|
2181
|
+
/**
|
|
2182
|
+
* @generated from field: string model = 5;
|
|
2183
|
+
*/
|
|
2184
|
+
model: string;
|
|
2185
|
+
/**
|
|
2186
|
+
* @generated from field: string provider = 6;
|
|
2187
|
+
*/
|
|
2188
|
+
provider: string;
|
|
2189
|
+
/**
|
|
2190
|
+
* @generated from field: string status = 7;
|
|
2191
|
+
*/
|
|
2192
|
+
status: string;
|
|
2193
|
+
/**
|
|
2194
|
+
* @generated from field: int64 latency_ms = 8;
|
|
2195
|
+
*/
|
|
2196
|
+
latencyMs: bigint;
|
|
2197
|
+
/**
|
|
2198
|
+
* @generated from field: double cost_usd = 9;
|
|
2199
|
+
*/
|
|
2200
|
+
costUsd: number;
|
|
2201
|
+
/**
|
|
2202
|
+
* @generated from field: int64 input_tokens = 10;
|
|
2203
|
+
*/
|
|
2204
|
+
inputTokens: bigint;
|
|
2205
|
+
/**
|
|
2206
|
+
* @generated from field: int64 output_tokens = 11;
|
|
2207
|
+
*/
|
|
2208
|
+
outputTokens: bigint;
|
|
2209
|
+
/**
|
|
2210
|
+
* @generated from field: string governance_decision = 12;
|
|
2211
|
+
*/
|
|
2212
|
+
governanceDecision: string;
|
|
1341
2213
|
/**
|
|
1342
2214
|
* @generated from field: google.protobuf.Timestamp started_at = 13;
|
|
1343
2215
|
*/
|
|
@@ -1607,6 +2479,30 @@ export declare const ConsoleService: GenService<{
|
|
|
1607
2479
|
input: typeof ListCostUsageRequestSchema;
|
|
1608
2480
|
output: typeof ListCostUsageResponseSchema;
|
|
1609
2481
|
};
|
|
2482
|
+
/**
|
|
2483
|
+
* ListAuthorityPosture returns server-owned credential and authority posture
|
|
2484
|
+
* for agent, tool, and connector work. It lets clients ask which actor is
|
|
2485
|
+
* assuming which authority without deriving posture from UI copy.
|
|
2486
|
+
*
|
|
2487
|
+
* @generated from rpc console.v1.ConsoleService.ListAuthorityPosture
|
|
2488
|
+
*/
|
|
2489
|
+
listAuthorityPosture: {
|
|
2490
|
+
methodKind: "unary";
|
|
2491
|
+
input: typeof ListAuthorityPostureRequestSchema;
|
|
2492
|
+
output: typeof ListAuthorityPostureResponseSchema;
|
|
2493
|
+
};
|
|
2494
|
+
/**
|
|
2495
|
+
* ListAgentWorkforceRecords returns the server-owned Agent Workforce read
|
|
2496
|
+
* model for security engineers. It keeps approval, action, credential, cost,
|
|
2497
|
+
* and debug evidence typed so clients do not infer it from native event text.
|
|
2498
|
+
*
|
|
2499
|
+
* @generated from rpc console.v1.ConsoleService.ListAgentWorkforceRecords
|
|
2500
|
+
*/
|
|
2501
|
+
listAgentWorkforceRecords: {
|
|
2502
|
+
methodKind: "unary";
|
|
2503
|
+
input: typeof ListAgentWorkforceRecordsRequestSchema;
|
|
2504
|
+
output: typeof ListAgentWorkforceRecordsResponseSchema;
|
|
2505
|
+
};
|
|
1610
2506
|
/**
|
|
1611
2507
|
* ListFindings returns open risk and posture findings.
|
|
1612
2508
|
*
|