Interface IamCheckerGrpc.AsyncService (1.41.0)

public static interface IamCheckerGrpc.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 does not have that permission.

Parameters
Name Description
request TroubleshootIamPolicyRequest
responseObserver io.grpc.stub.StreamObserver<TroubleshootIamPolicyResponse>