@maxim_mazurok/gapi.client.iam-v1 0.0.20230320 → 0.0.20230406
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 +4 -4
- package/package.json +1 -1
- package/tests.ts +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://iam.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230406
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -175,7 +175,7 @@ declare namespace gapi.client {
|
|
|
175
175
|
format?: string;
|
|
176
176
|
/** Output only. The key data. The format of the key is represented by the format field. */
|
|
177
177
|
key?: string;
|
|
178
|
-
/**
|
|
178
|
+
/** Required. The specifications for the key. */
|
|
179
179
|
keySpec?: string;
|
|
180
180
|
/** Output only. Latest timestamp when this key is valid. Attempts to use this key after this time will fail. Only present if the key data represents a X.509 certificate. */
|
|
181
181
|
notAfterTime?: string;
|
|
@@ -672,7 +672,7 @@ declare namespace gapi.client {
|
|
|
672
672
|
name?: string;
|
|
673
673
|
/** Output only. The state of the key. */
|
|
674
674
|
state?: string;
|
|
675
|
-
/**
|
|
675
|
+
/** Required. The purpose of the key. */
|
|
676
676
|
use?: string;
|
|
677
677
|
}
|
|
678
678
|
interface WorkloadIdentityPool {
|
|
@@ -752,7 +752,7 @@ declare namespace gapi.client {
|
|
|
752
752
|
name?: string;
|
|
753
753
|
/** Output only. The state of the key. */
|
|
754
754
|
state?: string;
|
|
755
|
-
/**
|
|
755
|
+
/** Required. The purpose of the key. */
|
|
756
756
|
use?: string;
|
|
757
757
|
}
|
|
758
758
|
interface IamPoliciesResource {
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230406
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|