[BindServiceMethod(typeof(IdentityAwareProxyAdminService), "BindService")]
public abstract class IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceBaseReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceBase.
Base class for server-side implementations of IdentityAwareProxyAdminService
Namespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Methods
CreateTunnelDestGroup(CreateTunnelDestGroupRequest, ServerCallContext)
public virtual Task<TunnelDestGroup> CreateTunnelDestGroup(CreateTunnelDestGroupRequest request, ServerCallContext context)Creates a new TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTunnelDestGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTunnelDestGroup |
The response to send back to the client (wrapped by a task). |
DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest, ServerCallContext)
public virtual Task<Empty> DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest request, ServerCallContext context)Deletes a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTunnelDestGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetIamPolicy(GetIamPolicyRequest, ServerCallContext)
public virtual Task<Policy> GetIamPolicy(GetIamPolicyRequest request, ServerCallContext context)Gets the access control policy for an Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
The response to send back to the client (wrapped by a task). |
GetIapSettings(GetIapSettingsRequest, ServerCallContext)
public virtual Task<IapSettings> GetIapSettings(GetIapSettingsRequest request, ServerCallContext context)Gets the IAP settings on a particular IAP protected resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIapSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIapSettings |
The response to send back to the client (wrapped by a task). |
GetTunnelDestGroup(GetTunnelDestGroupRequest, ServerCallContext)
public virtual Task<TunnelDestGroup> GetTunnelDestGroup(GetTunnelDestGroupRequest request, ServerCallContext context)Retrieves an existing TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTunnelDestGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTunnelDestGroup |
The response to send back to the client (wrapped by a task). |
ListTunnelDestGroups(ListTunnelDestGroupsRequest, ServerCallContext)
public virtual Task<ListTunnelDestGroupsResponse> ListTunnelDestGroups(ListTunnelDestGroupsRequest request, ServerCallContext context)Lists the existing TunnelDestGroups. To group across all locations, use a
- as the location ID. For example:
/v1/projects/123/iap_tunnel/locations/-/destGroups
| Parameters | |
|---|---|
| Name | Description |
request |
ListTunnelDestGroupsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTunnelDestGroupsResponse |
The response to send back to the client (wrapped by a task). |
SetIamPolicy(SetIamPolicyRequest, ServerCallContext)
public virtual Task<Policy> SetIamPolicy(SetIamPolicyRequest request, ServerCallContext context)Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
The response to send back to the client (wrapped by a task). |
TestIamPermissions(TestIamPermissionsRequest, ServerCallContext)
public virtual Task<TestIamPermissionsResponse> TestIamPermissions(TestIamPermissionsRequest request, ServerCallContext context)Returns permissions that a caller has on the Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTestIamPermissionsResponse |
The response to send back to the client (wrapped by a task). |
UpdateIapSettings(UpdateIapSettingsRequest, ServerCallContext)
public virtual Task<IapSettings> UpdateIapSettings(UpdateIapSettingsRequest request, ServerCallContext context)Updates the IAP settings on a particular IAP protected resource. It
replaces all fields unless the update_mask is set.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateIapSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIapSettings |
The response to send back to the client (wrapped by a task). |
UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest, ServerCallContext)
public virtual Task<TunnelDestGroup> UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest request, ServerCallContext context)Updates a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTunnelDestGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTunnelDestGroup |
The response to send back to the client (wrapped by a task). |
ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest, ServerCallContext)
public virtual Task<ValidateIapAttributeExpressionResponse> ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest request, ServerCallContext context)Validates that a given CEL expression conforms to IAP restrictions.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateIapAttributeExpressionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskValidateIapAttributeExpressionResponse |
The response to send back to the client (wrapped by a task). |