peers

@JvmName(name = "aodbxiaurogevyrg")
suspend fun peers(value: Output<List<PeerAuthenticationMethodArgs>>)
@JvmName(name = "khnblxnbksuuxaia")
suspend fun peers(value: List<PeerAuthenticationMethodArgs>?)

Parameters

value

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


@JvmName(name = "leoyvhwjedtyedus")
suspend fun peers(vararg values: Output<PeerAuthenticationMethodArgs>)


@JvmName(name = "rfcewjqqbifxwbub")
suspend fun peers(values: List<Output<PeerAuthenticationMethodArgs>>)
@JvmName(name = "ucmajdutlvocpbcu")
suspend fun peers(vararg values: PeerAuthenticationMethodArgs)

Parameters

values

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


@JvmName(name = "cyimlectstnjtgys")
suspend fun peers(argument: List<suspend PeerAuthenticationMethodArgsBuilder.() -> Unit>)
@JvmName(name = "ubonkulqlxxxegir")
suspend fun peers(vararg argument: suspend PeerAuthenticationMethodArgsBuilder.() -> Unit)
@JvmName(name = "issagcnmeedqopnl")
suspend fun peers(argument: suspend PeerAuthenticationMethodArgsBuilder.() -> Unit)

Parameters

argument

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