GetBrowserSettingsResult

data class GetBrowserSettingsResult(val associatedPortalArns: List<String>? = null, val browserPolicy: String? = null, val browserSettingsArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(associatedPortalArns: List<String>? = null, browserPolicy: String? = null, browserSettingsArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of web portal ARNs that the browser settings resource is associated with.

Link copied to clipboard
val browserPolicy: String? = null

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Link copied to clipboard

The ARN of the browser settings.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to add to the browser settings resource. A tag is a key-value pair.