is not current version
Last Version 1.1.1

com.google.cloud:google-cloud-policy-troubleshooter 0.4.0

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.

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-policy-troubleshooter
Version

Version

0.4.0
Type

Type

jar

Download google-cloud-policy-troubleshooter 0.4.0


<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-policy-troubleshooter</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/
implementation 'com.google.cloud:google-cloud-policy-troubleshooter:0.4.0'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-policy-troubleshooter/
implementation ("com.google.cloud:google-cloud-policy-troubleshooter:0.4.0")
'com.google.cloud:google-cloud-policy-troubleshooter:jar:0.4.0'
<dependency org="com.google.cloud" name="google-cloud-policy-troubleshooter" rev="0.4.0">
  <artifact name="google-cloud-policy-troubleshooter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-policy-troubleshooter', version='0.4.0')
)
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.4.0"
[com.google.cloud/google-cloud-policy-troubleshooter "0.4.0"]