package google.events.cloud.beyondcorp.appconnectors.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AppConnector

data.proto:74

A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.

Used in: AppConnectorEventData

message AppConnector.PrincipalInfo

data.proto:76

PrincipalInfo represents an Identity oneof.

Used in: AppConnector

message AppConnector.PrincipalInfo.ServiceAccount

data.proto:78

ServiceAccount represents a GCP service account.

Used in: PrincipalInfo

enum AppConnector.State

data.proto:90

Represents the different states of a AppConnector.

Used in: AppConnector

message AppConnectorCreatedEvent

events.proto:33

The CloudEvent raised when an AppConnector is created.

message AppConnectorDeletedEvent

events.proto:53

The CloudEvent raised when an AppConnector is deleted.

message AppConnectorEventData

data.proto:143

The data within all AppConnector events.

Used in: AppConnectorCreatedEvent, AppConnectorDeletedEvent, AppConnectorUpdatedEvent

message AppConnectorUpdatedEvent

events.proto:43

The CloudEvent raised when an AppConnector is updated.

enum HealthStatus

data.proto:52

HealthStatus represents the health status.

Used in: ResourceInfo

message ResourceInfo

data.proto:35

ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

Used in: AppConnector