public static class AccessPoliciesReference documentation and code samples for the Identity and Access Management (IAM) v3beta API class AccessPolicies.
Manages Identity and Access Management (IAM) access policies.
Namespace
Google.Cloud.Iam.V3BetaAssembly
Google.Cloud.Iam.V3Beta.dll
Methods
BindService(AccessPoliciesBase)
public static ServerServiceDefinition BindService(AccessPolicies.AccessPoliciesBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
AccessPoliciesAccessPoliciesBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, AccessPoliciesBase)
public static void BindService(ServiceBinderBase serviceBinder, AccessPolicies.AccessPoliciesBase 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 |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
AccessPoliciesAccessPoliciesBaseAn object implementing the server-side handling logic. |