@maxim_mazurok/gapi.client.gkehub-v1 0.0.20241025 → 0.0.20241108
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://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241108
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -52,6 +52,10 @@ declare namespace gapi.client {
|
|
|
52
52
|
issuer?: string;
|
|
53
53
|
/** Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC discovery will NOT be performed on `issuer`, and instead OIDC tokens will be validated using this field. */
|
|
54
54
|
oidcJwks?: string;
|
|
55
|
+
/** Optional. Output only. The identity provider for the scope-tenancy workload identity pool. */
|
|
56
|
+
scopeTenancyIdentityProvider?: string;
|
|
57
|
+
/** Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the fleet-level feature. */
|
|
58
|
+
scopeTenancyWorkloadIdentityPool?: string;
|
|
55
59
|
/** Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to change in newer versions of this API. */
|
|
56
60
|
workloadIdentityPool?: string;
|
|
57
61
|
}
|