[BindServiceMethod(typeof(IdentityAwareProxyAdminService), "BindService")]
public abstract class 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 | CreateTunnelDestGroupRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TunnelDestGroup> | 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 | DeleteTunnelDestGroupRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Empty> | 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 | GetIamPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Policy> | 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 | GetIapSettingsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<IapSettings> | 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 | GetTunnelDestGroupRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TunnelDestGroup> | 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 | ListTunnelDestGroupsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListTunnelDestGroupsResponse> | 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 | SetIamPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Policy> | 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 | TestIamPermissionsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TestIamPermissionsResponse> | 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 | UpdateIapSettingsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<IapSettings> | 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 | UpdateTunnelDestGroupRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TunnelDestGroup> | The response to send back to the client (wrapped by a task). |