[BindServiceMethod(typeof(IamChecker), "BindService")]
public abstract class IamChecker.IamCheckerBaseReference documentation and code samples for the Policy Troubleshooter v1 API class IamChecker.IamCheckerBase.
Base class for server-side implementations of IamChecker
Namespace
Google.Cloud.PolicyTroubleshooter.V1Assembly
Google.Cloud.PolicyTroubleshooter.V1.dll
Methods
TroubleshootIamPolicy(TroubleshootIamPolicyRequest, ServerCallContext)
public virtual Task<TroubleshootIamPolicyResponse> TroubleshootIamPolicy(TroubleshootIamPolicyRequest request, ServerCallContext context)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 |
TroubleshootIamPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTroubleshootIamPolicyResponse |
The response to send back to the client (wrapped by a task). |