Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
language: python
version: v0.10.2-0.20260424173850-5f413ac088a6
version: v0.10.2-0.20260427135410-9794c23aceb0
repo: googleapis/google-cloud-python
sources:
googleapis:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"api_description": "Policy Troubleshooter helps you understand whether a principal can access a resource. Given a principal, a resource, and a permission, Policy Troubleshooter examines the allow policies, deny policies, and principal access boundary (PAB) policies that impact the principal's access.",
"api_id": "policytroubleshooter.googleapis.com",
"api_shortname": "iam",
"client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Policy Troubleshooter API

|preview| |pypi| |versions|

`Policy Troubleshooter API`_:
`Policy Troubleshooter API`_: Policy Troubleshooter helps you understand whether a principal can access a resource. Given a principal, a resource, and a permission, Policy Troubleshooter examines the allow policies, deny policies, and principal access boundary (PAB) policies that impact the principal's access.

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Policy Troubleshooter API

|preview| |pypi| |versions|

`Policy Troubleshooter API`_:
`Policy Troubleshooter API`_: Policy Troubleshooter helps you understand whether a principal can access a resource. Given a principal, a resource, and a permission, Policy Troubleshooter examines the allow policies, deny policies, and principal access boundary (PAB) policies that impact the principal's access.

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
Loading