Google Cloud Identity and Access Management (IAM) v2 API - Class Policies (1.2.0)

public static class Policies

Reference 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.

Inheritance

object > Policies

Namespace

Google.Cloud.Iam.V2

Assembly

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
NameDescription
serviceImplPoliciesPoliciesBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplPoliciesPoliciesBase

An object implementing the server-side handling logic.