Interface IamCheckerGrpc.AsyncService
-
- All Known Implementing Classes:
IamCheckerGrpc.IamCheckerImplBase
- Enclosing class:
- IamCheckerGrpc
public static interface IamCheckerGrpc.AsyncService
IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
troubleshootIamPolicy(TroubleshootIamPolicyRequest request, io.grpc.stub.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.
-
-
-
Method Detail
-
troubleshootIamPolicy
default void troubleshootIamPolicy(TroubleshootIamPolicyRequest request, io.grpc.stub.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.
-
-