Skip to main content

app_connections

Overview

Nameapp_connections
TypeResource
Idgoogle.beyondcorp.app_connections

Fields

NameDatatypeDescription
namestringRequired. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.
applicationEndpointobjectApplicationEndpoint represents a remote application endpoint.
connectorsarrayOptional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this AppConnection.
createTimestringOutput only. Timestamp when the resource was created.
displayNamestringOptional. An arbitrary user-provided name for the AppConnection. Cannot exceed 64 characters.
gatewayobjectGateway represents a user facing component that serves as an entrance to enable connectivity.
labelsobjectOptional. Resource labels to represent user provided metadata.
statestringOutput only. The current state of the AppConnection.
typestringRequired. The type of network connectivity used by the AppConnection.
uidstringOutput only. A unique identifier for the instance generated by the system.
updateTimestringOutput only. Timestamp when the resource was last modified.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_app_connections_getSELECTappConnectionsId, locationsId, projectsIdGets details of a single AppConnection.
projects_locations_app_connections_listSELECTlocationsId, projectsIdLists AppConnections in a given project and location.
projects_locations_app_connections_createINSERTlocationsId, projectsIdCreates a new AppConnection in a given project and location.
projects_locations_app_connections_deleteDELETEappConnectionsId, locationsId, projectsIdDeletes a single AppConnection.
_projects_locations_app_connections_listEXEClocationsId, projectsIdLists AppConnections in a given project and location.
projects_locations_app_connections_patchEXECappConnectionsId, locationsId, projectsIdUpdates the parameters of a single AppConnection.
projects_locations_app_connections_resolveEXEClocationsId, projectsIdResolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.