Namespace Google.Apis.CloudIAP.v1
Classes
CloudIAPBaseServiceRequest<TResponse>
A base abstract class for CloudIAP requests.
CloudIAPService
The CloudIAP Service.
CloudIAPService.Scope
Available OAuth 2.0 scopes for use with the Cloud Identity-Aware Proxy API.
CloudIAPService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Identity-Aware Proxy API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.BrandsResource
The "brands" collection of methods.
ProjectsResource.BrandsResource.CreateRequest
Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.
ProjectsResource.BrandsResource.GetRequest
Retrieves the OAuth brand of the project.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource
The "identityAwareProxyClients" collection of methods.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource.CreateRequest
Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource.DeleteRequest
Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing obsolete clients, managing the number of clients in a given project, and cleaning up after tests. Requires that the client is owned by IAP.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource.GetRequest
Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource.ListRequest
Lists the existing clients for the brand.
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource.ResetSecretRequest
Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret was compromised. Requires that the client is owned by IAP.
ProjectsResource.BrandsResource.ListRequest
Lists the existing brands for the project.
ProjectsResource.IapTunnelResource
The "iap_tunnel" collection of methods.
ProjectsResource.IapTunnelResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource
The "destGroups" collection of methods.
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.CreateRequest
Creates a new TunnelDestGroup.
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.DeleteRequest
Deletes a TunnelDestGroup.
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.GetRequest
Retrieves an existing TunnelDestGroup.
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.ListRequest
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location
ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.PatchRequest
Updates a TunnelDestGroup.
V1Resource
The "v1" collection of methods.
V1Resource.GetIamPolicyRequest
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
V1Resource.GetIapSettingsRequest
Gets the IAP settings on a particular IAP protected resource.
V1Resource.SetIamPolicyRequest
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
V1Resource.TestIamPermissionsRequest
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
V1Resource.UpdateIapSettingsRequest
Updates the IAP settings on a particular IAP protected resource. It replaces all fields unless the
update_mask
is set.
V1Resource.ValidateAttributeExpressionRequest
Validates that a given CEL expression conforms to IAP restrictions.
Enums
CloudIAPBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudIAPBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.