Skip to main content

Gcp/beyondcorp

@swamp/gcp/beyondcorpv2026.07.31.1· 1d agoMODELS
01README

Google Cloud beyondcorp infrastructure models

02Release Notes
  • Updated: securitygateways, securitygateways_applications
03Models6
@swamp/gcp/beyondcorp/appconnectionsv2026.07.29.1appconnections.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
applicationEndpoint?objectRequired. Address of the remote application endpoint for the BeyondCorp AppConnection.
connectors?arrayOptional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorized to be associated with this AppConnection.
displayName?stringOptional. An arbitrary user-provided name for the AppConnection. Cannot exceed 64 characters.
gateway?objectOptional. Gateway used by the AppConnection.
labels?recordOptional. Resource labels to represent user provided metadata.
name?stringRequired. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.
type?enumRequired. The type of network connectivity used by the AppConnection.
appConnectionId?stringOptional. User-settable AppConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a appConnections
fn get(identifier: string)
Get a appConnections
ArgumentTypeDescription
identifierstringThe name of the appConnections
fn update(identifier?: string)
Update appConnections attributes
ArgumentTypeDescription
identifier?stringTarget a specific appConnections by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the appConnections
ArgumentTypeDescription
identifierstringThe name of the appConnections
fn sync(identifier?: string)
Sync appConnections state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific appConnections by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List appConnections resources
ArgumentTypeDescription
filter?stringOptional. A filter specifying constraints of a list operation.
orderBy?stringOptional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
pageSize?numberOptional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy()
get iam policy
fn resolve()
resolve
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConn...
@swamp/gcp/beyondcorp/appconnectorsv2026.07.29.1appconnectors.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
displayName?stringOptional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
labels?recordOptional. Resource labels to represent user provided metadata.
name?stringRequired. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
principalInfo?objectRequired. Principal information about the Identity of the AppConnector.
resourceInfo?objectOptional. Resource info of the connector.
appConnectorId?stringOptional. User-settable AppConnector resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a appConnectors
fn get(identifier: string)
Get a appConnectors
ArgumentTypeDescription
identifierstringThe name of the appConnectors
fn update(identifier?: string)
Update appConnectors attributes
ArgumentTypeDescription
identifier?stringTarget a specific appConnectors by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the appConnectors
ArgumentTypeDescription
identifierstringThe name of the appConnectors
fn sync(identifier?: string)
Sync appConnectors state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific appConnectors by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List appConnectors resources
ArgumentTypeDescription
filter?stringOptional. A filter specifying constraints of a list operation.
orderBy?stringOptional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
pageSize?numberOptional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy()
get iam policy
fn report_status(requestId?: any, resourceInfo?: any, validateOnly?: any)
report status
ArgumentTypeDescription
requestId?any
resourceInfo?any
validateOnly?any
fn resolve_instance_config()
resolve instance config
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— A BeyondCorp connector resource that represents an application facing compone...
@swamp/gcp/beyondcorp/appgatewaysv2026.07.29.1appgateways.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
displayName?stringOptional. An arbitrary user-provided name for the AppGateway. Cannot exceed 64 characters.
hostType?enumRequired. The type of hosting used by the AppGateway.
labels?recordOptional. Resource labels to represent user provided metadata.
name?stringRequired. Unique resource name of the AppGateway. The name is ignored when creating an AppGateway.
type?enumRequired. The type of network connectivity used by the AppGateway.
appGatewayId?stringOptional. User-settable AppGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a appGateways
fn get(identifier: string)
Get a appGateways
ArgumentTypeDescription
identifierstringThe name of the appGateways
fn delete(identifier: string)
Delete the appGateways
ArgumentTypeDescription
identifierstringThe name of the appGateways
fn sync(identifier?: string)
Sync appGateways state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific appGateways by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List appGateways resources
ArgumentTypeDescription
filter?stringOptional. A filter specifying constraints of a list operation.
orderBy?stringOptional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
pageSize?numberOptional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy()
get iam policy
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway...
@swamp/gcp/beyondcorp/locationsv2026.07.29.1locations.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
namestringThe resource that owns the locations collection, if applicable.
fn get(identifier: string)
Get a locations
ArgumentTypeDescription
identifierstringThe name of the locations
fn sync(identifier?: string)
Sync locations state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific locations by name (e.g. one discovered by list)
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
ArgumentTypeDescription
extraLocationTypes?stringOptional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.
filter?stringA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize?numberThe maximum number of results to return. If not set, the service selects a default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/beyondcorp/securitygatewaysv2026.07.31.1securitygateways.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
displayName?stringOptional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.
hubs?recordOptional. Map of Hubs that represents regional data path deployment with GCP region as a key.
logging?objectOptional. Configuration for Cloud Logging. If this field is present, the logging will be enabled.
name?stringIdentifier. Name of the resource.
proxyProtocolConfig?objectOptional. Shared proxy configuration for all apps.
serviceDiscovery?objectOptional. Settings related to the Service Discovery.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
securityGatewayId?stringOptional. User-settable SecurityGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create(waitForReady?: boolean)
Create a securityGateways
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a securityGateways
ArgumentTypeDescription
identifierstringThe name of the securityGateways
fn update(identifier?: string, waitForReady?: boolean)
Update securityGateways attributes
ArgumentTypeDescription
identifier?stringTarget a specific securityGateways by name (e.g. one discovered by list)
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn delete(identifier: string)
Delete the securityGateways
ArgumentTypeDescription
identifierstringThe name of the securityGateways
fn sync(identifier?: string)
Sync securityGateways state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific securityGateways by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List securityGateways resources
ArgumentTypeDescription
filter?stringOptional. A filter specifying constraints of a list operation. All fields in the SecurityGateway message are supported. For example, the following query will return the SecurityGateway with displayName "test-security-gateway" For more information, please refer to https://google.aip.dev/160.
orderBy?stringOptional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
pageSize?numberOptional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy()
get iam policy
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— The information about a security gateway resource.
@swamp/gcp/beyondcorp/securitygateways-applicationsv2026.07.31.1securitygateways_applications.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
displayName?stringOptional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.
endpointMatchers?arrayOptional. An array of conditions to match the application\
name?stringIdentifier. Name of the resource.
schema?enumOptional. Type of the external application.
upstreams?arrayOptional. Which upstream resources to forward traffic to.
applicationId?stringOptional. User-settable Application resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a applications
fn get(identifier: string)
Get a applications
ArgumentTypeDescription
identifierstringThe name of the applications
fn update(identifier?: string)
Update applications attributes
ArgumentTypeDescription
identifier?stringTarget a specific applications by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the applications
ArgumentTypeDescription
identifierstringThe name of the applications
fn sync(identifier?: string)
Sync applications state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific applications by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List applications resources
ArgumentTypeDescription
filter?stringOptional. A filter specifying constraints of a list operation. All fields in the Application message are supported. For example, the following query will return the Application with displayName "test-application" For more information, please refer to https://google.aip.dev/160.
orderBy?stringOptional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
pageSize?numberOptional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy()
get iam policy
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— The information about an application resource.
04Previous Versions19
2026.07.29.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.21.3
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.21.1
  • Updated: appconnections, appconnectors, securitygateways, securitygateways_applications
2026.07.20.2
  • Updated: locations, appconnections, appconnectors, securitygateways, securitygateways_applications
2026.07.20.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.19.2
  • Updated: locations
2026.07.19.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.18.2
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.17.2
  • Updated: appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.07.17.1
  • Updated: appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.06.08.2
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.06.07.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.05.27.1
  • Updated: appconnectors
2026.05.26.1
  • Updated: locations, appconnections, appconnectors, securitygateways, securitygateways_applications
2026.05.25.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications

Modified 6 models

2026.05.24.1
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.05.21.2
  • Updated: locations, appconnections, appconnectors, appgateways, securitygateways, securitygateways_applications
2026.05.21.1

Modified 5 models

2026.05.20.1
  • Updated: appconnections, appconnectors, securitygateways, securitygateways_applications
05Stats
A
100 / 100
Downloads
0
Archive size
97.6 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels