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