Client Authentication Settings Args Builder
Builder for ClientAuthenticationSettingsArgs.
Functions
Link copied to clipboard
suspend fun alternativeAuthenticationNameSources(value: Output<List<Either<String, AlternativeAuthenticationNameSource>>>)
suspend fun alternativeAuthenticationNameSources(vararg values: Either<String, AlternativeAuthenticationNameSource>)
suspend fun alternativeAuthenticationNameSources(vararg values: Output<Either<String, AlternativeAuthenticationNameSource>>)
suspend fun alternativeAuthenticationNameSources(value: List<Either<String, AlternativeAuthenticationNameSource>>?)
suspend fun alternativeAuthenticationNameSources(values: List<Output<Either<String, AlternativeAuthenticationNameSource>>>)