License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-policy-troubleshooter |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle IAM Policy Troubleshooter API
makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/
implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.1.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/
implementation ("com.google.cloud:google-cloud-policy-troubleshooter:1.1.1")
'com.google.cloud:google-cloud-policy-troubleshooter:jar:1.1.1'
<dependency org="com.google.cloud" name="google-cloud-policy-troubleshooter" rev="1.1.1">
<artifact name="google-cloud-policy-troubleshooter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-policy-troubleshooter', version='1.1.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.1.1"
[com.google.cloud/google-cloud-policy-troubleshooter "1.1.1"]