public static interface PolicyTroubleshooterGrpc.AsyncService
IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.
Methods
troubleshootIamPolicy(TroubleshootIamPolicyRequest request, StreamObserver<TroubleshootIamPolicyResponse> responseObserver)
public default void troubleshootIamPolicy(TroubleshootIamPolicyRequest request, StreamObserver<TroubleshootIamPolicyResponse> responseObserver)
Checks whether a principal has a specific permission for a specific resource, and explains why the principal does or doesn't have that permission.
Parameters | |
---|---|
Name | Description |
request |
TroubleshootIamPolicyRequest |
responseObserver |
io.grpc.stub.StreamObserver<TroubleshootIamPolicyResponse> |