@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240906 → 0.0.20240916
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 +5 -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: 20240916
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -153,6 +153,8 @@ declare namespace gapi.client {
|
|
|
153
153
|
id?: string;
|
|
154
154
|
}
|
|
155
155
|
interface AzureTenant {
|
|
156
|
+
/** The display name of the Azure tenant. */
|
|
157
|
+
displayName?: string;
|
|
156
158
|
/** The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a". */
|
|
157
159
|
id?: string;
|
|
158
160
|
}
|
|
@@ -990,6 +992,8 @@ declare namespace gapi.client {
|
|
|
990
992
|
id?: string;
|
|
991
993
|
}
|
|
992
994
|
interface GoogleCloudSecuritycenterV2AzureTenant {
|
|
995
|
+
/** The display name of the Azure tenant. */
|
|
996
|
+
displayName?: string;
|
|
993
997
|
/** The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a". */
|
|
994
998
|
id?: string;
|
|
995
999
|
}
|