[BindServiceMethod(typeof(IamChecker), "BindService")]
public abstract class 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 member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
Parameters | |
---|---|
Name | Description |
request | TroubleshootIamPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TroubleshootIamPolicyResponse> | The response to send back to the client (wrapped by a task). |