allowlist

@JvmName(name = "aaehyfwplqqlubcf")
suspend fun allowlist(value: Output<List<UserSettingsCookieSpecificationArgs>>)
@JvmName(name = "nrfuyktamsocviff")
suspend fun allowlist(value: List<UserSettingsCookieSpecificationArgs>)

Parameters

value

The list of cookie specifications that are allowed to be synchronized to the remote browser.


@JvmName(name = "rlqflloqgyvctfys")
suspend fun allowlist(vararg values: Output<UserSettingsCookieSpecificationArgs>)


@JvmName(name = "ugcseryerllucsqm")
suspend fun allowlist(values: List<Output<UserSettingsCookieSpecificationArgs>>)
@JvmName(name = "nbhegrrbkaqdtnaw")
suspend fun allowlist(vararg values: UserSettingsCookieSpecificationArgs)

Parameters

values

The list of cookie specifications that are allowed to be synchronized to the remote browser.


@JvmName(name = "ulncedoarsxjolpc")
suspend fun allowlist(argument: List<suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "pqbeqwbpwnkpqsfx")
suspend fun allowlist(vararg argument: suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "vcvpsywoxxwfxdyn")
suspend fun allowlist(argument: suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The list of cookie specifications that are allowed to be synchronized to the remote browser.