...

Package iap

import "google.golang.org/genproto/googleapis/cloud/iap/v1"
Overview
Index

Overview ▾

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
    func NewIdentityAwareProxyAdminServiceClient(cc grpc.ClientConnInterface) IdentityAwareProxyAdminServiceClient
type IdentityAwareProxyAdminServiceServer
type IdentityAwareProxyClient
type IdentityAwareProxyOAuthServiceClient
    func NewIdentityAwareProxyOAuthServiceClient(cc grpc.ClientConnInterface) 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

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/iap/apiv1/iappb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/iap/apiv1/iappb

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
)

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

type 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 AccessDeniedPageSettings = src.AccessDeniedPageSettings

type AccessSettings

Access related settings for IAP protected apps.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type AccessSettings = src.AccessSettings

type ApplicationSettings

Wrapper over application specific settings for IAP.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ApplicationSettings = src.ApplicationSettings

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 Brand = src.Brand

type 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 CorsSettings = src.CorsSettings

type CreateBrandRequest

The request sent to CreateBrand.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type CreateBrandRequest = src.CreateBrandRequest

type CreateIdentityAwareProxyClientRequest

The request sent to CreateIdentityAwareProxyClient.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type CreateIdentityAwareProxyClientRequest = src.CreateIdentityAwareProxyClientRequest

type CreateTunnelDestGroupRequest

The request to CreateTunnelDestGroup.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type CreateTunnelDestGroupRequest = src.CreateTunnelDestGroupRequest

type 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 CsmSettings = src.CsmSettings

type DeleteIdentityAwareProxyClientRequest

The request sent to DeleteIdentityAwareProxyClient.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type DeleteIdentityAwareProxyClientRequest = src.DeleteIdentityAwareProxyClientRequest

type DeleteTunnelDestGroupRequest

The request to DeleteTunnelDestGroup.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type DeleteTunnelDestGroupRequest = src.DeleteTunnelDestGroupRequest

type 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 GcipSettings = src.GcipSettings

type GetBrandRequest

The request sent to GetBrand.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type GetBrandRequest = src.GetBrandRequest

type GetIapSettingsRequest

The request sent to GetIapSettings.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type GetIapSettingsRequest = src.GetIapSettingsRequest

type GetIdentityAwareProxyClientRequest

The request sent to GetIdentityAwareProxyClient.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type GetIdentityAwareProxyClientRequest = src.GetIdentityAwareProxyClientRequest

type GetTunnelDestGroupRequest

The request to GetTunnelDestGroup.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type GetTunnelDestGroupRequest = src.GetTunnelDestGroupRequest

type IapSettings

The IAP configurable settings.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type IapSettings = src.IapSettings

type 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

type IdentityAwareProxyAdminServiceClient = src.IdentityAwareProxyAdminServiceClient

func NewIdentityAwareProxyAdminServiceClient

func NewIdentityAwareProxyAdminServiceClient(cc grpc.ClientConnInterface) IdentityAwareProxyAdminServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb

type IdentityAwareProxyAdminServiceServer

IdentityAwareProxyAdminServiceServer is the server API for IdentityAwareProxyAdminService service.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type IdentityAwareProxyAdminServiceServer = src.IdentityAwareProxyAdminServiceServer

type 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 IdentityAwareProxyClient = src.IdentityAwareProxyClient

type 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

type IdentityAwareProxyOAuthServiceClient = src.IdentityAwareProxyOAuthServiceClient

func NewIdentityAwareProxyOAuthServiceClient

func NewIdentityAwareProxyOAuthServiceClient(cc grpc.ClientConnInterface) IdentityAwareProxyOAuthServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/iap/apiv1/iappb

type IdentityAwareProxyOAuthServiceServer

IdentityAwareProxyOAuthServiceServer is the server API for IdentityAwareProxyOAuthService service.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type IdentityAwareProxyOAuthServiceServer = src.IdentityAwareProxyOAuthServiceServer

type ListBrandsRequest

The request sent to ListBrands.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListBrandsRequest = src.ListBrandsRequest

type ListBrandsResponse

Response message for ListBrands.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListBrandsResponse = src.ListBrandsResponse

type ListIdentityAwareProxyClientsRequest

The request sent to ListIdentityAwareProxyClients.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListIdentityAwareProxyClientsRequest = src.ListIdentityAwareProxyClientsRequest

type ListIdentityAwareProxyClientsResponse

Response message for ListIdentityAwareProxyClients.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListIdentityAwareProxyClientsResponse = src.ListIdentityAwareProxyClientsResponse

type ListTunnelDestGroupsRequest

The request to ListTunnelDestGroups.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListTunnelDestGroupsRequest = src.ListTunnelDestGroupsRequest

type ListTunnelDestGroupsResponse

The response from ListTunnelDestGroups.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ListTunnelDestGroupsResponse = src.ListTunnelDestGroupsResponse

type 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 OAuthSettings = src.OAuthSettings

type ReauthSettings

Configuration for IAP reauthentication policies.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ReauthSettings = src.ReauthSettings

type ReauthSettings_Method

Types of reauthentication methods supported by IAP.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ReauthSettings_Method = src.ReauthSettings_Method

type ReauthSettings_PolicyType

Type of policy in the case of hierarchial policies.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ReauthSettings_PolicyType = src.ReauthSettings_PolicyType

type ResetIdentityAwareProxyClientSecretRequest

The request sent to ResetIdentityAwareProxyClientSecret.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type ResetIdentityAwareProxyClientSecretRequest = src.ResetIdentityAwareProxyClientSecretRequest

type TunnelDestGroup

A TunnelDestGroup.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type TunnelDestGroup = src.TunnelDestGroup

type UnimplementedIdentityAwareProxyAdminServiceServer

UnimplementedIdentityAwareProxyAdminServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type UnimplementedIdentityAwareProxyAdminServiceServer = src.UnimplementedIdentityAwareProxyAdminServiceServer

type UnimplementedIdentityAwareProxyOAuthServiceServer

UnimplementedIdentityAwareProxyOAuthServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type UnimplementedIdentityAwareProxyOAuthServiceServer = src.UnimplementedIdentityAwareProxyOAuthServiceServer

type UpdateIapSettingsRequest

The request sent to UpdateIapSettings.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type UpdateIapSettingsRequest = src.UpdateIapSettingsRequest

type UpdateTunnelDestGroupRequest

The request to UpdateTunnelDestGroup.

Deprecated: Please use types in: cloud.google.com/go/iap/apiv1/iappb

type UpdateTunnelDestGroupRequest = src.UpdateTunnelDestGroupRequest