origins

@JvmName(name = "itnniqowjxslckbd")
suspend fun origins(value: Output<List<OriginAuthenticationMethodArgs>>)
@JvmName(name = "feovxgtdhoxvecqg")
suspend fun origins(value: List<OriginAuthenticationMethodArgs>?)

Parameters

value

List of authentication methods that can be used for origin authentication. Similar to peers, these will be evaluated in order the first valid one will be used to set origin identity. If none of these methods pass, the request will be rejected with authentication failed error (401). Leave the list empty if origin authentication is not required.


@JvmName(name = "ytdfcbfblfmuojdw")
suspend fun origins(vararg values: Output<OriginAuthenticationMethodArgs>)


@JvmName(name = "cpsyefcrofqvcmlf")
suspend fun origins(values: List<Output<OriginAuthenticationMethodArgs>>)
@JvmName(name = "rytjpvsylsirklyq")
suspend fun origins(vararg values: OriginAuthenticationMethodArgs)

Parameters

values

List of authentication methods that can be used for origin authentication. Similar to peers, these will be evaluated in order the first valid one will be used to set origin identity. If none of these methods pass, the request will be rejected with authentication failed error (401). Leave the list empty if origin authentication is not required.


@JvmName(name = "tjakkreknfrmgupu")
suspend fun origins(argument: List<suspend OriginAuthenticationMethodArgsBuilder.() -> Unit>)
@JvmName(name = "hcfmvxabeanlybon")
suspend fun origins(vararg argument: suspend OriginAuthenticationMethodArgsBuilder.() -> Unit)
@JvmName(name = "qelhulwgpehlmwaw")
suspend fun origins(argument: suspend OriginAuthenticationMethodArgsBuilder.() -> Unit)

Parameters

argument

List of authentication methods that can be used for origin authentication. Similar to peers, these will be evaluated in order the first valid one will be used to set origin identity. If none of these methods pass, the request will be rejected with authentication failed error (401). Leave the list empty if origin authentication is not required.