@maxim_mazurok/gapi.client.iam-v2beta 0.0.20240228 → 0.0.20240314
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 +7 -1
- package/package.json +1 -1
- package/readme.md +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=v2beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240314
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -24,6 +24,12 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(name: 'iam', version: 'v2beta', callback: () => any): void;
|
|
25
25
|
|
|
26
26
|
namespace iam {
|
|
27
|
+
interface CloudControl2SharedOperationsReconciliationOperationMetadata {
|
|
28
|
+
/** DEPRECATED. Use exclusive_action instead. */
|
|
29
|
+
deleteResource?: boolean;
|
|
30
|
+
/** Excluisive action returned by the CLH. */
|
|
31
|
+
exclusiveAction?: string;
|
|
32
|
+
}
|
|
27
33
|
interface GoogleCloudCommonOperationMetadata {
|
|
28
34
|
/** Output only. API version used to start the operation. */
|
|
29
35
|
apiVersion?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TypeScript typings for Identity and Access Management (IAM) API v2beta
|
|
2
2
|
|
|
3
|
-
Manages identity and access control for Google Cloud
|
|
3
|
+
Manages identity and access control for Google Cloud resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. Enabling this API also enables the IAM Service Account Credentials API (iamcredentials.googleapis.com). However, disabling this API doesn't disable the IAM Service Account Credentials API.
|
|
4
4
|
For detailed description please check [documentation](https://cloud.google.com/iam/).
|
|
5
5
|
|
|
6
6
|
## Installing
|