package iap
import "google.golang.org/genproto/googleapis/cloud/iap/v1"
Package iap aliases all exported identifiers in package "cloud.google.com/go/iap/apiv1/iappb".
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterIdentityAwareProxyAdminServiceServer(s *grpc.Server, srv IdentityAwareProxyAdminServiceServer)
- func RegisterIdentityAwareProxyOAuthServiceServer(s *grpc.Server, srv IdentityAwareProxyOAuthServiceServer)
- type AccessDeniedPageSettings
- type AccessSettings
- type ApplicationSettings
- type Brand
- type CorsSettings
- type CreateBrandRequest
- type CreateIdentityAwareProxyClientRequest
- type CreateTunnelDestGroupRequest
- type CsmSettings
- type DeleteIdentityAwareProxyClientRequest
- type DeleteTunnelDestGroupRequest
- type GcipSettings
- type GetBrandRequest
- type GetIapSettingsRequest
- type GetIdentityAwareProxyClientRequest
- type GetTunnelDestGroupRequest
- type IapSettings
- type IdentityAwareProxyAdminServiceClient
- type IdentityAwareProxyAdminServiceServer
- type IdentityAwareProxyClient
- type IdentityAwareProxyOAuthServiceClient
- type IdentityAwareProxyOAuthServiceServer
- type ListBrandsRequest
- type ListBrandsResponse
- type ListIdentityAwareProxyClientsRequest
- type ListIdentityAwareProxyClientsResponse
- type ListTunnelDestGroupsRequest
- type ListTunnelDestGroupsResponse
- type OAuthSettings
- type ReauthSettings
- type ReauthSettings_Method
- type ReauthSettings_PolicyType
- type ResetIdentityAwareProxyClientSecretRequest
- type TunnelDestGroup
- type UnimplementedIdentityAwareProxyAdminServiceServer
- type UnimplementedIdentityAwareProxyOAuthServiceServer
- type UpdateIapSettingsRequest
- type UpdateTunnelDestGroupRequest
Constants ¶
const ( ReauthSettings_DEFAULT = src.ReauthSettings_DEFAULT ReauthSettings_LOGIN = src.ReauthSettings_LOGIN ReauthSettings_METHOD_UNSPECIFIED = src.ReauthSettings_METHOD_UNSPECIFIED ReauthSettings_MINIMUM = src.ReauthSettings_MINIMUM ReauthSettings_PASSWORD = src.ReauthSettings_PASSWORD ReauthSettings_POLICY_TYPE_UNSPECIFIED = src.ReauthSettings_POLICY_TYPE_UNSPECIFIED ReauthSettings_SECURE_KEY = src.ReauthSettings_SECURE_KEY )
Deprecated: Please use consts in: cloud.google.com/go/iap/apiv1/iappb
Variables ¶
var ( File_google_cloud_iap_v1_service_proto = src.File_google_cloud_iap_v1_service_proto ReauthSettings_Method_name = src.ReauthSettings_Method_name ReauthSettings_Method_value = src.ReauthSettings_Method_value ReauthSettings_PolicyType_name = src.ReauthSettings_PolicyType_name ReauthSettings_PolicyType_value = src.ReauthSettings_PolicyType_value )
Deprecated: Please use vars in: cloud.google.com/go/iap/apiv1/iappb
Functions ¶
func RegisterIdentityAwareProxyAdminServiceServer ¶
func RegisterIdentityAwareProxyAdminServiceServer(s *grpc.Server, srv IdentityAwareProxyAdminServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb
func RegisterIdentityAwareProxyOAuthServiceServer ¶
func RegisterIdentityAwareProxyOAuthServiceServer(s *grpc.Server, srv IdentityAwareProxyOAuthServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb
Types ¶
type AccessDeniedPageSettings ¶
type AccessDeniedPageSettings = src.AccessDeniedPageSettings
Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type AccessSettings ¶
type AccessSettings = src.AccessSettings
Access related settings for IAP protected apps.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ApplicationSettings ¶
type ApplicationSettings = src.ApplicationSettings
Wrapper over application specific settings for IAP.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type Brand ¶
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type CorsSettings ¶
type CorsSettings = src.CorsSettings
Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type CreateBrandRequest ¶
type CreateBrandRequest = src.CreateBrandRequest
The request sent to CreateBrand.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type CreateIdentityAwareProxyClientRequest ¶
type CreateIdentityAwareProxyClientRequest = src.CreateIdentityAwareProxyClientRequest
The request sent to CreateIdentityAwareProxyClient.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type CreateTunnelDestGroupRequest ¶
type CreateTunnelDestGroupRequest = src.CreateTunnelDestGroupRequest
The request to CreateTunnelDestGroup.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type CsmSettings ¶
type CsmSettings = src.CsmSettings
Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type DeleteIdentityAwareProxyClientRequest ¶
type DeleteIdentityAwareProxyClientRequest = src.DeleteIdentityAwareProxyClientRequest
The request sent to DeleteIdentityAwareProxyClient.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type DeleteTunnelDestGroupRequest ¶
type DeleteTunnelDestGroupRequest = src.DeleteTunnelDestGroupRequest
The request to DeleteTunnelDestGroup.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type GcipSettings ¶
type GcipSettings = src.GcipSettings
Allows customers to configure tenant_id for GCIP instance per-app.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type GetBrandRequest ¶
type GetBrandRequest = src.GetBrandRequest
The request sent to GetBrand.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type GetIapSettingsRequest ¶
type GetIapSettingsRequest = src.GetIapSettingsRequest
The request sent to GetIapSettings.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type GetIdentityAwareProxyClientRequest ¶
type GetIdentityAwareProxyClientRequest = src.GetIdentityAwareProxyClientRequest
The request sent to GetIdentityAwareProxyClient.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type GetTunnelDestGroupRequest ¶
type GetTunnelDestGroupRequest = src.GetTunnelDestGroupRequest
The request to GetTunnelDestGroup.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type IapSettings ¶
type IapSettings = src.IapSettings
The IAP configurable settings.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type IdentityAwareProxyAdminServiceClient ¶
type IdentityAwareProxyAdminServiceClient = src.IdentityAwareProxyAdminServiceClient
IdentityAwareProxyAdminServiceClient is the client API for IdentityAwareProxyAdminService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
func NewIdentityAwareProxyAdminServiceClient ¶
func NewIdentityAwareProxyAdminServiceClient(cc grpc.ClientConnInterface) IdentityAwareProxyAdminServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb
type IdentityAwareProxyAdminServiceServer ¶
type IdentityAwareProxyAdminServiceServer = src.IdentityAwareProxyAdminServiceServer
IdentityAwareProxyAdminServiceServer is the server API for IdentityAwareProxyAdminService service.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type IdentityAwareProxyClient ¶
type IdentityAwareProxyClient = src.IdentityAwareProxyClient
Contains the data that describes an Identity Aware Proxy owned client.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type IdentityAwareProxyOAuthServiceClient ¶
type IdentityAwareProxyOAuthServiceClient = src.IdentityAwareProxyOAuthServiceClient
IdentityAwareProxyOAuthServiceClient is the client API for IdentityAwareProxyOAuthService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
func NewIdentityAwareProxyOAuthServiceClient ¶
func NewIdentityAwareProxyOAuthServiceClient(cc grpc.ClientConnInterface) IdentityAwareProxyOAuthServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb
type IdentityAwareProxyOAuthServiceServer ¶
type IdentityAwareProxyOAuthServiceServer = src.IdentityAwareProxyOAuthServiceServer
IdentityAwareProxyOAuthServiceServer is the server API for IdentityAwareProxyOAuthService service.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListBrandsRequest ¶
type ListBrandsRequest = src.ListBrandsRequest
The request sent to ListBrands.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListBrandsResponse ¶
type ListBrandsResponse = src.ListBrandsResponse
Response message for ListBrands.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListIdentityAwareProxyClientsRequest ¶
type ListIdentityAwareProxyClientsRequest = src.ListIdentityAwareProxyClientsRequest
The request sent to ListIdentityAwareProxyClients.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListIdentityAwareProxyClientsResponse ¶
type ListIdentityAwareProxyClientsResponse = src.ListIdentityAwareProxyClientsResponse
Response message for ListIdentityAwareProxyClients.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListTunnelDestGroupsRequest ¶
type ListTunnelDestGroupsRequest = src.ListTunnelDestGroupsRequest
The request to ListTunnelDestGroups.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ListTunnelDestGroupsResponse ¶
type ListTunnelDestGroupsResponse = src.ListTunnelDestGroupsResponse
The response from ListTunnelDestGroups.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type OAuthSettings ¶
type OAuthSettings = src.OAuthSettings
Configuration for OAuth login&consent flow behavior as well as for OAuth Credentials.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ReauthSettings ¶
type ReauthSettings = src.ReauthSettings
Configuration for IAP reauthentication policies.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ReauthSettings_Method ¶
type ReauthSettings_Method = src.ReauthSettings_Method
Types of reauthentication methods supported by IAP.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ReauthSettings_PolicyType ¶
type ReauthSettings_PolicyType = src.ReauthSettings_PolicyType
Type of policy in the case of hierarchial policies.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type ResetIdentityAwareProxyClientSecretRequest ¶
type ResetIdentityAwareProxyClientSecretRequest = src.ResetIdentityAwareProxyClientSecretRequest
The request sent to ResetIdentityAwareProxyClientSecret.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type TunnelDestGroup ¶
type TunnelDestGroup = src.TunnelDestGroup
A TunnelDestGroup.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type UnimplementedIdentityAwareProxyAdminServiceServer ¶
type UnimplementedIdentityAwareProxyAdminServiceServer = src.UnimplementedIdentityAwareProxyAdminServiceServer
UnimplementedIdentityAwareProxyAdminServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type UnimplementedIdentityAwareProxyOAuthServiceServer ¶
type UnimplementedIdentityAwareProxyOAuthServiceServer = src.UnimplementedIdentityAwareProxyOAuthServiceServer
UnimplementedIdentityAwareProxyOAuthServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type UpdateIapSettingsRequest ¶
type UpdateIapSettingsRequest = src.UpdateIapSettingsRequest
The request sent to UpdateIapSettings.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
type UpdateTunnelDestGroupRequest ¶
type UpdateTunnelDestGroupRequest = src.UpdateTunnelDestGroupRequest
The request to UpdateTunnelDestGroup.
Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 58 minutes ago –
Tools for package owners.