Client Authentication Settings Args
data class ClientAuthenticationSettingsArgs(val alternativeAuthenticationNameSources: Output<List<Either<String, AlternativeAuthenticationNameSource>>>? = null) : ConvertibleToJava<ClientAuthenticationSettingsArgs>
Client authentication settings for namespace resource.
Constructors
Link copied to clipboard
fun ClientAuthenticationSettingsArgs(alternativeAuthenticationNameSources: Output<List<Either<String, AlternativeAuthenticationNameSource>>>? = null)
Functions
Properties
Link copied to clipboard
val alternativeAuthenticationNameSources: Output<List<Either<String, AlternativeAuthenticationNameSource>>>? = null