@maxim_mazurok/gapi.client.iam-v1 0.0.20241212 → 0.0.20250109

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 +8 -8
  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: 20241212
12
+ // Revision: 20250109
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -574,7 +574,7 @@ declare namespace gapi.client {
574
574
  displayName?: string;
575
575
  /** Output only. Time after which the workforce pool will be permanently purged and cannot be recovered. */
576
576
  expireTime?: string;
577
- /** Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
577
+ /** Identifier. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
578
578
  name?: string;
579
579
  /** Immutable. The resource name of the parent. Format: `organizations/{org-id}`. */
580
580
  parent?: string;
@@ -598,7 +598,7 @@ declare namespace gapi.client {
598
598
  expireTime?: string;
599
599
  /** Optional. The configuration for OAuth 2.0 client used to get the additional user attributes. This should be used when users can't get the desired claims in authentication credentials. Currently this configuration is only supported with OIDC protocol. */
600
600
  extraAttributesOauth2Client?: GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client;
601
- /** Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
601
+ /** Identifier. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
602
602
  name?: string;
603
603
  /** An OpenId Connect 1.0 identity provider configuration. */
604
604
  oidc?: GoogleIamAdminV1WorkforcePoolProviderOidc;
@@ -612,7 +612,7 @@ declare namespace gapi.client {
612
612
  expireTime?: string;
613
613
  /** Immutable. Public half of the asymmetric key. */
614
614
  keyData?: KeyData;
615
- /** Output only. The resource name of the key. */
615
+ /** Identifier. The resource name of the key. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}/keys/{key_id}` */
616
616
  name?: string;
617
617
  /** Output only. The state of the key. */
618
618
  state?: string;
@@ -1241,7 +1241,7 @@ declare namespace gapi.client {
1241
1241
  fields?: string;
1242
1242
  /** 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. */
1243
1243
  key?: string;
1244
- /** Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
1244
+ /** Identifier. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
1245
1245
  name: string;
1246
1246
  /** OAuth 2.0 token for the current user. */
1247
1247
  oauth_token?: string;
@@ -1272,7 +1272,7 @@ declare namespace gapi.client {
1272
1272
  fields?: string;
1273
1273
  /** 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. */
1274
1274
  key?: string;
1275
- /** Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
1275
+ /** Identifier. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}` */
1276
1276
  name: string;
1277
1277
  /** OAuth 2.0 token for the current user. */
1278
1278
  oauth_token?: string;
@@ -1663,7 +1663,7 @@ declare namespace gapi.client {
1663
1663
  fields?: string;
1664
1664
  /** 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. */
1665
1665
  key?: string;
1666
- /** Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
1666
+ /** Identifier. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
1667
1667
  name: string;
1668
1668
  /** OAuth 2.0 token for the current user. */
1669
1669
  oauth_token?: string;
@@ -1694,7 +1694,7 @@ declare namespace gapi.client {
1694
1694
  fields?: string;
1695
1695
  /** 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. */
1696
1696
  key?: string;
1697
- /** Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
1697
+ /** Identifier. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}` */
1698
1698
  name: string;
1699
1699
  /** OAuth 2.0 token for the current user. */
1700
1700
  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.20241212",
3
+ "version": "0.0.20250109",
4
4
  "description": "TypeScript typings for Identity and Access Management (IAM) API v1",
5
5
  "repository": {
6
6
  "type": "git",