RuntimeAccessConfigResponse

data class RuntimeAccessConfigResponse(val accessType: String, val proxyUri: String, val runtimeOwner: String)

Specifies the login configuration for Runtime

Constructors

Link copied to clipboard
constructor(accessType: String, proxyUri: String, runtimeOwner: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of access mode this instance.

Link copied to clipboard

The proxy endpoint that is used to access the runtime.

Link copied to clipboard

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.