public sealed class IamCheckerClientImpl : IamCheckerClient
IamChecker client wrapper implementation, for convenient use.
Namespace
Google.Cloud.PolicyTroubleshooter.V1Assembly
Google.Cloud.PolicyTroubleshooter.V1.dll
Remarks
IAM Policy Troubleshooter service.
This service helps you troubleshoot access issues for Google Cloud resources.
Constructors
IamCheckerClientImpl(IamChecker.IamCheckerClient, IamCheckerSettings)
public IamCheckerClientImpl(IamChecker.IamCheckerClient grpcClient, IamCheckerSettings settings)
Constructs a client wrapper for the IamChecker service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | IamChecker.IamCheckerClient The underlying gRPC client. |
settings | IamCheckerSettings The base IamCheckerSettings used within this client. |
Properties
GrpcClient
public override IamChecker.IamCheckerClient GrpcClient { get; }
The underlying gRPC IamChecker client
Property Value | |
---|---|
Type | Description |
IamChecker.IamCheckerClient |
Methods
TroubleshootIamPolicy(TroubleshootIamPolicyRequest, CallSettings)
public override TroubleshootIamPolicyResponse TroubleshootIamPolicy(TroubleshootIamPolicyRequest request, CallSettings callSettings = null)
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 object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 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 object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<TroubleshootIamPolicyResponse> | A Task containing the RPC response. |