public class IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceClient : ClientBase<IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceClient>Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceClient.
Client for IdentityAwareProxyAdminService
Inheritance
object > ClientBase > ClientBaseIdentityAwareProxyAdminServiceIdentityAwareProxyAdminServiceClient > IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceClientNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
IdentityAwareProxyAdminServiceClient()
protected IdentityAwareProxyAdminServiceClient()Protected parameterless constructor to allow creation of test doubles.
IdentityAwareProxyAdminServiceClient(CallInvoker)
public IdentityAwareProxyAdminServiceClient(CallInvoker callInvoker)Creates a new client for IdentityAwareProxyAdminService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
IdentityAwareProxyAdminServiceClient(ChannelBase)
public IdentityAwareProxyAdminServiceClient(ChannelBase channel)Creates a new client for IdentityAwareProxyAdminService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
IdentityAwareProxyAdminServiceClient(ClientBaseConfiguration)
protected IdentityAwareProxyAdminServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateTunnelDestGroup(CreateTunnelDestGroupRequest, CallOptions)
public virtual TunnelDestGroup CreateTunnelDestGroup(CreateTunnelDestGroupRequest request, CallOptions options)Creates a new TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
CreateTunnelDestGroup(CreateTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual TunnelDestGroup CreateTunnelDestGroup(CreateTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
CreateTunnelDestGroupAsync(CreateTunnelDestGroupRequest, CallOptions)
public virtual AsyncUnaryCall<TunnelDestGroup> CreateTunnelDestGroupAsync(CreateTunnelDestGroupRequest request, CallOptions options)Creates a new TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
CreateTunnelDestGroupAsync(CreateTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TunnelDestGroup> CreateTunnelDestGroupAsync(CreateTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest, CallOptions)
public virtual Empty DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest request, CallOptions options)Deletes a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteTunnelDestGroup(DeleteTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteTunnelDestGroupAsync(DeleteTunnelDestGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteTunnelDestGroupAsync(DeleteTunnelDestGroupRequest request, CallOptions options)Deletes a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteTunnelDestGroupAsync(DeleteTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteTunnelDestGroupAsync(DeleteTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
GetIamPolicy(GetIamPolicyRequest, CallOptions)
public virtual Policy GetIamPolicy(GetIamPolicyRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
GetIamPolicy(GetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy GetIamPolicy(GetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
GetIamPolicyAsync(GetIamPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
GetIamPolicyAsync(GetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
GetIapSettings(GetIapSettingsRequest, CallOptions)
public virtual IapSettings GetIapSettings(GetIapSettingsRequest request, CallOptions options)Gets the IAP settings on a particular IAP protected resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIapSettingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IapSettings |
The response received from the server. |
GetIapSettings(GetIapSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual IapSettings GetIapSettings(GetIapSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IAP settings on a particular IAP protected resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIapSettingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IapSettings |
The response received from the server. |
GetIapSettingsAsync(GetIapSettingsRequest, CallOptions)
public virtual AsyncUnaryCall<IapSettings> GetIapSettingsAsync(GetIapSettingsRequest request, CallOptions options)Gets the IAP settings on a particular IAP protected resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIapSettingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIapSettings |
The call object. |
GetIapSettingsAsync(GetIapSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IapSettings> GetIapSettingsAsync(GetIapSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IAP settings on a particular IAP protected resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIapSettingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIapSettings |
The call object. |
GetTunnelDestGroup(GetTunnelDestGroupRequest, CallOptions)
public virtual TunnelDestGroup GetTunnelDestGroup(GetTunnelDestGroupRequest request, CallOptions options)Retrieves an existing TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
GetTunnelDestGroup(GetTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual TunnelDestGroup GetTunnelDestGroup(GetTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves an existing TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
GetTunnelDestGroupAsync(GetTunnelDestGroupRequest, CallOptions)
public virtual AsyncUnaryCall<TunnelDestGroup> GetTunnelDestGroupAsync(GetTunnelDestGroupRequest request, CallOptions options)Retrieves an existing TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
GetTunnelDestGroupAsync(GetTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TunnelDestGroup> GetTunnelDestGroupAsync(GetTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves an existing TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
ListTunnelDestGroups(ListTunnelDestGroupsRequest, CallOptions)
public virtual ListTunnelDestGroupsResponse ListTunnelDestGroups(ListTunnelDestGroupsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListTunnelDestGroupsResponse |
The response received from the server. |
ListTunnelDestGroups(ListTunnelDestGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListTunnelDestGroupsResponse ListTunnelDestGroups(ListTunnelDestGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListTunnelDestGroupsResponse |
The response received from the server. |
ListTunnelDestGroupsAsync(ListTunnelDestGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<ListTunnelDestGroupsResponse> ListTunnelDestGroupsAsync(ListTunnelDestGroupsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTunnelDestGroupsResponse |
The call object. |
ListTunnelDestGroupsAsync(ListTunnelDestGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListTunnelDestGroupsResponse> ListTunnelDestGroupsAsync(ListTunnelDestGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTunnelDestGroupsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override IdentityAwareProxyAdminService.IdentityAwareProxyAdminServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
IdentityAwareProxyAdminServiceIdentityAwareProxyAdminServiceClient |
|
SetIamPolicy(SetIamPolicyRequest, CallOptions)
public virtual Policy SetIamPolicy(SetIamPolicyRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
SetIamPolicy(SetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy SetIamPolicy(SetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
SetIamPolicyAsync(SetIamPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
SetIamPolicyAsync(SetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
TestIamPermissions(TestIamPermissionsRequest, CallOptions)
public virtual TestIamPermissionsResponse TestIamPermissions(TestIamPermissionsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse |
The response received from the server. |
TestIamPermissions(TestIamPermissionsRequest, Metadata, DateTime?, CancellationToken)
public virtual TestIamPermissionsResponse TestIamPermissions(TestIamPermissionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse |
The response received from the server. |
TestIamPermissionsAsync(TestIamPermissionsRequest, CallOptions)
public virtual AsyncUnaryCall<TestIamPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTestIamPermissionsResponse |
The call object. |
TestIamPermissionsAsync(TestIamPermissionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TestIamPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTestIamPermissionsResponse |
The call object. |
UpdateIapSettings(UpdateIapSettingsRequest, CallOptions)
public virtual IapSettings UpdateIapSettings(UpdateIapSettingsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IapSettings |
The response received from the server. |
UpdateIapSettings(UpdateIapSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual IapSettings UpdateIapSettings(UpdateIapSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IapSettings |
The response received from the server. |
UpdateIapSettingsAsync(UpdateIapSettingsRequest, CallOptions)
public virtual AsyncUnaryCall<IapSettings> UpdateIapSettingsAsync(UpdateIapSettingsRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIapSettings |
The call object. |
UpdateIapSettingsAsync(UpdateIapSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IapSettings> UpdateIapSettingsAsync(UpdateIapSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIapSettings |
The call object. |
UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest, CallOptions)
public virtual TunnelDestGroup UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest request, CallOptions options)Updates a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual TunnelDestGroup UpdateTunnelDestGroup(UpdateTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TunnelDestGroup |
The response received from the server. |
UpdateTunnelDestGroupAsync(UpdateTunnelDestGroupRequest, CallOptions)
public virtual AsyncUnaryCall<TunnelDestGroup> UpdateTunnelDestGroupAsync(UpdateTunnelDestGroupRequest request, CallOptions options)Updates a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTunnelDestGroupRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
UpdateTunnelDestGroupAsync(UpdateTunnelDestGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TunnelDestGroup> UpdateTunnelDestGroupAsync(UpdateTunnelDestGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a TunnelDestGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTunnelDestGroupRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTunnelDestGroup |
The call object. |
ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest, CallOptions)
public virtual ValidateIapAttributeExpressionResponse ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest request, CallOptions options)Validates that a given CEL expression conforms to IAP restrictions.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateIapAttributeExpressionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ValidateIapAttributeExpressionResponse |
The response received from the server. |
ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest, Metadata, DateTime?, CancellationToken)
public virtual ValidateIapAttributeExpressionResponse ValidateIapAttributeExpression(ValidateIapAttributeExpressionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Validates that a given CEL expression conforms to IAP restrictions.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateIapAttributeExpressionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ValidateIapAttributeExpressionResponse |
The response received from the server. |
ValidateIapAttributeExpressionAsync(ValidateIapAttributeExpressionRequest, CallOptions)
public virtual AsyncUnaryCall<ValidateIapAttributeExpressionResponse> ValidateIapAttributeExpressionAsync(ValidateIapAttributeExpressionRequest request, CallOptions options)Validates that a given CEL expression conforms to IAP restrictions.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateIapAttributeExpressionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallValidateIapAttributeExpressionResponse |
The call object. |
ValidateIapAttributeExpressionAsync(ValidateIapAttributeExpressionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ValidateIapAttributeExpressionResponse> ValidateIapAttributeExpressionAsync(ValidateIapAttributeExpressionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Validates that a given CEL expression conforms to IAP restrictions.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateIapAttributeExpressionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallValidateIapAttributeExpressionResponse |
The call object. |