public static class IamChecker
Reference documentation and code samples for the Policy Troubleshooter v1 API class IamChecker.
IAM Policy Troubleshooter service.
This service helps you troubleshoot access issues for Google Cloud resources.
Namespace
Google.Cloud.PolicyTroubleshooter.V1Assembly
Google.Cloud.PolicyTroubleshooter.V1.dll
Methods
BindService(IamCheckerBase)
public static ServerServiceDefinition BindService(IamChecker.IamCheckerBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
IamCheckerIamCheckerBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, IamCheckerBase)
public static void BindService(ServiceBinderBase serviceBinder, IamChecker.IamCheckerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters | |
---|---|
Name | Description |
serviceBinder |
ServiceBinderBase Service methods will be bound by calling |
serviceImpl |
IamCheckerIamCheckerBase An object implementing the server-side handling logic. |