Get Agent
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)
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.