public static class PoliciesReference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class Policies.
An interface for managing Identity and Access Management (IAM) policies.
Namespace
Google.Cloud.Iam.V2Assembly
Google.Cloud.Iam.V2.dll
Methods
BindService(PoliciesBase)
public static ServerServiceDefinition BindService(Policies.PoliciesBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
PoliciesPoliciesBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, PoliciesBase)
public static void BindService(ServiceBinderBase serviceBinder, Policies.PoliciesBase 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 |
PoliciesPoliciesBaseAn object implementing the server-side handling logic. |