public sealed class PolicyTroubleshooterClientImpl : PolicyTroubleshooterClientReference documentation and code samples for the Policy Troubleshooter v3 API class PolicyTroubleshooterClientImpl.
PolicyTroubleshooter client wrapper implementation, for convenient use.
Namespace
Google.Cloud.PolicyTroubleshooter.Iam.V3Assembly
Google.Cloud.PolicyTroubleshooter.Iam.V3.dll
Remarks
IAM Policy Troubleshooter service.
This service helps you troubleshoot access issues for Google Cloud resources.
Constructors
PolicyTroubleshooterClientImpl(PolicyTroubleshooterClient, PolicyTroubleshooterSettings, ILogger)
public PolicyTroubleshooterClientImpl(PolicyTroubleshooter.PolicyTroubleshooterClient grpcClient, PolicyTroubleshooterSettings settings, ILogger logger)Constructs a client wrapper for the PolicyTroubleshooter service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
PolicyTroubleshooterPolicyTroubleshooterClientThe underlying gRPC client. |
settings |
PolicyTroubleshooterSettingsThe base PolicyTroubleshooterSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override PolicyTroubleshooter.PolicyTroubleshooterClient GrpcClient { get; }The underlying gRPC PolicyTroubleshooter client
| Property Value | |
|---|---|
| Type | Description |
PolicyTroubleshooterPolicyTroubleshooterClient |
|
Methods
TroubleshootIamPolicy(TroubleshootIamPolicyRequest, CallSettings)
public override TroubleshootIamPolicyResponse TroubleshootIamPolicy(TroubleshootIamPolicyRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TroubleshootIamPolicyResponse |
The RPC response. |
TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest, CallSettings)
public override Task<TroubleshootIamPolicyResponse> TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskTroubleshootIamPolicyResponse |
A Task containing the RPC response. |