@maxim_mazurok/gapi.client.gkehub-v1 0.0.20240412 → 0.0.20240428
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 +9 -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: 20240428
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -641,6 +641,10 @@ declare namespace gapi.client {
|
|
|
641
641
|
/** Optional. The identifying name of each group a user belongs to. For example, if this is set to "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to "distinguishedName". */
|
|
642
642
|
idAttribute?: string;
|
|
643
643
|
}
|
|
644
|
+
interface IdentityServiceIdentityServiceOptions {
|
|
645
|
+
/** Optional. Determines the lifespan of STS tokens issued by Anthos Identity Service. */
|
|
646
|
+
sessionDuration?: string;
|
|
647
|
+
}
|
|
644
648
|
interface IdentityServiceLdapConfig {
|
|
645
649
|
/** Optional. Contains the properties for locating and authenticating groups in the directory. */
|
|
646
650
|
group?: IdentityServiceGroupConfig;
|
|
@@ -654,6 +658,8 @@ declare namespace gapi.client {
|
|
|
654
658
|
interface IdentityServiceMembershipSpec {
|
|
655
659
|
/** A member may support multiple auth methods. */
|
|
656
660
|
authMethods?: IdentityServiceAuthMethod[];
|
|
661
|
+
/** Optional. non-protocol-related configuration options. */
|
|
662
|
+
identityServiceOptions?: IdentityServiceIdentityServiceOptions;
|
|
657
663
|
}
|
|
658
664
|
interface IdentityServiceMembershipState {
|
|
659
665
|
/** The reason of the failure. */
|
|
@@ -1249,6 +1255,8 @@ declare namespace gapi.client {
|
|
|
1249
1255
|
interface ServiceMeshControlPlaneManagement {
|
|
1250
1256
|
/** Explanation of state. */
|
|
1251
1257
|
details?: ServiceMeshStatusDetails[];
|
|
1258
|
+
/** Output only. Implementation of managed control plane. */
|
|
1259
|
+
implementation?: string;
|
|
1252
1260
|
/** LifecycleState of control plane management. */
|
|
1253
1261
|
state?: string;
|
|
1254
1262
|
}
|