allowlist

@JvmName(name = "mymybqveivjiwcyi")
suspend fun allowlist(value: Output<List<UserSettingsCookieSpecificationArgs>>)
@JvmName(name = "hwyudojxlprssaoi")
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 = "irrcvydkkscnnwmh")
suspend fun allowlist(vararg values: Output<UserSettingsCookieSpecificationArgs>)


@JvmName(name = "irahhorbjawjmprc")
suspend fun allowlist(values: List<Output<UserSettingsCookieSpecificationArgs>>)
@JvmName(name = "hiymjhuaxaebtpvp")
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 = "gahslpaliwahwrqn")
suspend fun allowlist(argument: List<suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "avpbwypyhvsmdjot")
suspend fun allowlist(vararg argument: suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "mgiuikpkewqwxijy")
suspend fun allowlist(argument: suspend UserSettingsCookieSpecificationArgsBuilder.() -> Unit)

Parameters

argument

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