GetAgent

data class GetAgent(val extensionsAllowLists: List<GetAgentExtensionsAllowList>, val extensionsBlockLists: List<GetAgentExtensionsBlockList>, val extensionsEnabled: Boolean, val guestConfigurationEnabled: Boolean, val incomingConnectionsPorts: List<String>, val proxyBypasses: List<String>, val proxyUrl: String)

Constructors

Link copied to clipboard
constructor(extensionsAllowLists: List<GetAgentExtensionsAllowList>, extensionsBlockLists: List<GetAgentExtensionsBlockList>, extensionsEnabled: Boolean, guestConfigurationEnabled: Boolean, incomingConnectionsPorts: List<String>, proxyBypasses: List<String>, proxyUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A extensions_allow_list block as defined below.

Link copied to clipboard

A extensions_block_list block as defined below.

Link copied to clipboard

Specifies whether the extension service is enabled or disabled.

Link copied to clipboard

Specified whether the guest configuration service is enabled or disabled.

Link copied to clipboard

Specifies the list of ports that the agent will be able to listen on.

Link copied to clipboard

List of service names which should not use the specified proxy server.

Link copied to clipboard

Specifies the URL of the proxy to be used.