Identity and Access Management (IAM) v3beta API - Class PrincipalAccessBoundaryPolicies (1.0.0-beta01)

public static class PrincipalAccessBoundaryPolicies

Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class PrincipalAccessBoundaryPolicies.

Manages Identity and Access Management (IAM) principal access boundary policies.

Inheritance

object > PrincipalAccessBoundaryPolicies

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Methods

BindService(PrincipalAccessBoundaryPoliciesBase)

public static ServerServiceDefinition BindService(PrincipalAccessBoundaryPolicies.PrincipalAccessBoundaryPoliciesBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl PrincipalAccessBoundaryPoliciesPrincipalAccessBoundaryPoliciesBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, PrincipalAccessBoundaryPoliciesBase)

public static void BindService(ServiceBinderBase serviceBinder, PrincipalAccessBoundaryPolicies.PrincipalAccessBoundaryPoliciesBase 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 AddMethod on this object.

serviceImpl PrincipalAccessBoundaryPoliciesPrincipalAccessBoundaryPoliciesBase

An object implementing the server-side handling logic.