Get Connection Result
data class GetConnectionResult(val applicationEndpoint: ApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GatewayResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)
Properties
Link copied to clipboard
Address of the remote application endpoint for the BeyondCorp Connection.
Link copied to clipboard
Optional. List of google.cloud.beyondcorp.v1main.Connector.name that are authorised to be associated with this Connection.
Link copied to clipboard
Timestamp when the resource was created.
Link copied to clipboard
Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
Link copied to clipboard
Optional. Gateway used by the connection.
Link copied to clipboard
Timestamp when the resource was last modified.