Skip to content

Commit

Permalink
fix(iap): update the API
Browse files Browse the repository at this point in the history
#### iap:v1beta1

The following keys were changed:
- schemas.Binding.properties.role.description

#### iap:v1

The following keys were changed:
- schemas.Binding.properties.role.description
  • Loading branch information
yoshi-automation authored and bcoe committed Feb 2, 2024
1 parent c67391f commit 8bcea17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/iap-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
}
}
},
"revision": "20231229",
"revision": "20240126",
"rootUrl": "https://iap.googleapis.com/",
"schemas": {
"AccessDeniedPageSettings": {
Expand Down Expand Up @@ -826,7 +826,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/iap-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}
}
},
"revision": "20231215",
"revision": "20240126",
"rootUrl": "https://iap.googleapis.com/",
"schemas": {
"Binding": {
Expand All @@ -213,7 +213,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/iap/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export namespace iap_v1 {
*/
members?: string[] | null;
/**
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
role?: string | null;
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/iap/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export namespace iap_v1beta1 {
*/
members?: string[] | null;
/**
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
role?: string | null;
}
Expand Down

0 comments on commit 8bcea17

Please sign in to comment.