@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.3.20260615 → 0.3.20260619
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/index.d.ts +17 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -542,6 +542,7 @@ declare namespace gapi.client {
|
|
|
542
542
|
| 'SECRET';
|
|
543
543
|
groupMemberships?: GroupMembership[];
|
|
544
544
|
iamBindings?: IamBinding[];
|
|
545
|
+
iamDetails?: GoogleCloudSecuritycenterV1IamDetails;
|
|
545
546
|
indicator?: Indicator;
|
|
546
547
|
ipRules?: IpRules;
|
|
547
548
|
job?: Job;
|
|
@@ -672,6 +673,13 @@ declare namespace gapi.client {
|
|
|
672
673
|
status?: string;
|
|
673
674
|
ticketInfo?: TicketInfo;
|
|
674
675
|
}
|
|
676
|
+
interface GoogleCloudSecuritycenterV1IamDetails {
|
|
677
|
+
iamRolePermissions?: GoogleCloudSecuritycenterV1IamRolePermission[];
|
|
678
|
+
}
|
|
679
|
+
interface GoogleCloudSecuritycenterV1IamRolePermission {
|
|
680
|
+
name?: string;
|
|
681
|
+
role?: string;
|
|
682
|
+
}
|
|
675
683
|
interface GoogleCloudSecuritycenterV1MuteConfig {
|
|
676
684
|
createTime?: string;
|
|
677
685
|
description?: string;
|
|
@@ -1343,6 +1351,7 @@ declare namespace gapi.client {
|
|
|
1343
1351
|
| 'SECRET';
|
|
1344
1352
|
groupMemberships?: GoogleCloudSecuritycenterV2GroupMembership[];
|
|
1345
1353
|
iamBindings?: GoogleCloudSecuritycenterV2IamBinding[];
|
|
1354
|
+
iamDetails?: GoogleCloudSecuritycenterV2IamDetails;
|
|
1346
1355
|
indicator?: GoogleCloudSecuritycenterV2Indicator;
|
|
1347
1356
|
ipRules?: GoogleCloudSecuritycenterV2IpRules;
|
|
1348
1357
|
job?: GoogleCloudSecuritycenterV2Job;
|
|
@@ -1420,6 +1429,13 @@ declare namespace gapi.client {
|
|
|
1420
1429
|
member?: string;
|
|
1421
1430
|
role?: string;
|
|
1422
1431
|
}
|
|
1432
|
+
interface GoogleCloudSecuritycenterV2IamDetails {
|
|
1433
|
+
iamRolePermissions?: GoogleCloudSecuritycenterV2IamRolePermission[];
|
|
1434
|
+
}
|
|
1435
|
+
interface GoogleCloudSecuritycenterV2IamRolePermission {
|
|
1436
|
+
name?: string;
|
|
1437
|
+
role?: string;
|
|
1438
|
+
}
|
|
1423
1439
|
interface GoogleCloudSecuritycenterV2Indicator {
|
|
1424
1440
|
domains?: string[];
|
|
1425
1441
|
ipAddresses?: string[];
|