Identity Access Context Manager v1 API - Class AccessContextManager (2.4.0)

public static class AccessContextManager

Reference documentation and code samples for the Identity Access Context Manager v1 API class AccessContextManager.

API for setting [access levels] [google.identity.accesscontextmanager.v1.AccessLevel] and [service perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] for Google Cloud projects. Each organization has one [access policy] [google.identity.accesscontextmanager.v1.AccessPolicy] that contains the [access levels] [google.identity.accesscontextmanager.v1.AccessLevel] and [service perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter]. This [access policy] [google.identity.accesscontextmanager.v1.AccessPolicy] is applicable to all resources in the organization. AccessPolicies

Inheritance

object > AccessContextManager

Namespace

Google.Identity.AccessContextManager.V1

Assembly

Google.Identity.AccessContextManager.V1.dll

Methods

BindService(AccessContextManagerBase)

public static ServerServiceDefinition BindService(AccessContextManager.AccessContextManagerBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplAccessContextManagerAccessContextManagerBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, AccessContextManagerBase)

public static void BindService(ServiceBinderBase serviceBinder, AccessContextManager.AccessContextManagerBase 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.

serviceImplAccessContextManagerAccessContextManagerBase

An object implementing the server-side handling logic.