[BindServiceMethod(typeof(PolicyTroubleshooter), "BindService")]
public abstract class PolicyTroubleshooter.PolicyTroubleshooterBaseReference documentation and code samples for the Policy Troubleshooter v3 API class PolicyTroubleshooter.PolicyTroubleshooterBase.
Base class for server-side implementations of PolicyTroubleshooter
Namespace
Google.Cloud.PolicyTroubleshooter.Iam.V3Assembly
Google.Cloud.PolicyTroubleshooter.Iam.V3.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 doesn't 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). |