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
constructor(alternativeAuthenticationNameSources: Output<List<Either<String, AlternativeAuthenticationNameSource>>>? = null)
Properties
Link copied to clipboard
val alternativeAuthenticationNameSources: Output<List<Either<String, AlternativeAuthenticationNameSource>>>? = null
Alternative authentication name sources related to client authentication settings for namespace resource.