@maxim_mazurok/gapi.client.iam-v1 0.0.20240722 → 0.0.20240725
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 +4 -4
- 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:
|
|
12
|
+
// Revision: 20240725
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -398,7 +398,7 @@ declare namespace gapi.client {
|
|
|
398
398
|
interface QueryGrantableRolesRequest {
|
|
399
399
|
/** Required. The full resource name to query from the list of grantable roles. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`. */
|
|
400
400
|
fullResourceName?: string;
|
|
401
|
-
/** Optional limit on the number of roles to include in the response. The default is 300, and the maximum is
|
|
401
|
+
/** Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 2,000. */
|
|
402
402
|
pageSize?: number;
|
|
403
403
|
/** Optional pagination token returned in an earlier QueryGrantableRolesResponse. */
|
|
404
404
|
pageToken?: string;
|
|
@@ -1895,7 +1895,7 @@ declare namespace gapi.client {
|
|
|
1895
1895
|
},
|
|
1896
1896
|
body: CreateRoleRequest
|
|
1897
1897
|
): Request<Role>;
|
|
1898
|
-
/** Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](/iam/
|
|
1898
|
+
/** Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed. * The custom role no longer counts toward your custom role limit. */
|
|
1899
1899
|
delete(request?: {
|
|
1900
1900
|
/** V1 error format. */
|
|
1901
1901
|
'$.xgafv'?: string;
|
|
@@ -3650,7 +3650,7 @@ declare namespace gapi.client {
|
|
|
3650
3650
|
},
|
|
3651
3651
|
body: CreateRoleRequest
|
|
3652
3652
|
): Request<Role>;
|
|
3653
|
-
/** Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](/iam/
|
|
3653
|
+
/** Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed. * The custom role no longer counts toward your custom role limit. */
|
|
3654
3654
|
delete(request?: {
|
|
3655
3655
|
/** V1 error format. */
|
|
3656
3656
|
'$.xgafv'?: string;
|