@maxim_mazurok/gapi.client.iam-v1 0.0.20250808 → 0.0.20250815

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.
Files changed (2) hide show
  1. package/index.d.ts +11 -11
  2. 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://iam.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250808
12
+ // Revision: 20250815
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -752,21 +752,21 @@ declare namespace gapi.client {
752
752
  state?: string;
753
753
  }
754
754
  interface WorkloadIdentityPoolManagedIdentity {
755
- /** A description of the managed identity. Cannot exceed 256 characters. */
755
+ /** Optional. A description of the managed identity. Cannot exceed 256 characters. */
756
756
  description?: string;
757
- /** Whether the managed identity is disabled. If disabled, credentials may no longer be issued for the identity, however existing credentials will still be accepted until they expire. */
757
+ /** Optional. Whether the managed identity is disabled. If disabled, credentials may no longer be issued for the identity, however existing credentials will still be accepted until they expire. */
758
758
  disabled?: boolean;
759
759
  /** Output only. Time after which the managed identity will be permanently purged and cannot be recovered. */
760
760
  expireTime?: string;
761
- /** Output only. The resource name of the managed identity. */
761
+ /** Identifier. The resource name of the managed identity. */
762
762
  name?: string;
763
763
  /** Output only. The state of the managed identity. */
764
764
  state?: string;
765
765
  }
766
766
  interface WorkloadIdentityPoolNamespace {
767
- /** A description of the namespace. Cannot exceed 256 characters. */
767
+ /** Optional. A description of the namespace. Cannot exceed 256 characters. */
768
768
  description?: string;
769
- /** Whether the namespace is disabled. If disabled, credentials may no longer be issued for identities within this namespace, however existing credentials will still be accepted until they expire. */
769
+ /** Optional. Whether the namespace is disabled. If disabled, credentials may no longer be issued for identities within this namespace, however existing credentials will still be accepted until they expire. */
770
770
  disabled?: boolean;
771
771
  /** Output only. Time after which the namespace will be permanently purged and cannot be recovered. */
772
772
  expireTime?: string;
@@ -793,7 +793,7 @@ declare namespace gapi.client {
793
793
  displayName?: string;
794
794
  /** Output only. Time after which the workload identity pool provider will be permanently purged and cannot be recovered. */
795
795
  expireTime?: string;
796
- /** Output only. The resource name of the provider. */
796
+ /** Identifier. The resource name of the provider. */
797
797
  name?: string;
798
798
  /** An OpenId Connect 1.0 identity provider. */
799
799
  oidc?: Oidc;
@@ -3627,7 +3627,7 @@ declare namespace gapi.client {
3627
3627
  fields?: string;
3628
3628
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3629
3629
  key?: string;
3630
- /** Output only. The resource name of the managed identity. */
3630
+ /** Identifier. The resource name of the managed identity. */
3631
3631
  name: string;
3632
3632
  /** OAuth 2.0 token for the current user. */
3633
3633
  oauth_token?: string;
@@ -3658,7 +3658,7 @@ declare namespace gapi.client {
3658
3658
  fields?: string;
3659
3659
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3660
3660
  key?: string;
3661
- /** Output only. The resource name of the managed identity. */
3661
+ /** Identifier. The resource name of the managed identity. */
3662
3662
  name: string;
3663
3663
  /** OAuth 2.0 token for the current user. */
3664
3664
  oauth_token?: string;
@@ -4559,7 +4559,7 @@ declare namespace gapi.client {
4559
4559
  fields?: string;
4560
4560
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4561
4561
  key?: string;
4562
- /** Output only. The resource name of the provider. */
4562
+ /** Identifier. The resource name of the provider. */
4563
4563
  name: string;
4564
4564
  /** OAuth 2.0 token for the current user. */
4565
4565
  oauth_token?: string;
@@ -4590,7 +4590,7 @@ declare namespace gapi.client {
4590
4590
  fields?: string;
4591
4591
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4592
4592
  key?: string;
4593
- /** Output only. The resource name of the provider. */
4593
+ /** Identifier. The resource name of the provider. */
4594
4594
  name: string;
4595
4595
  /** OAuth 2.0 token for the current user. */
4596
4596
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.iam-v1",
3
- "version": "0.0.20250808",
3
+ "version": "0.0.20250815",
4
4
  "description": "TypeScript typings for Identity and Access Management (IAM) API v1",
5
5
  "repository": {
6
6
  "type": "git",