ClientAuthenticationSettingsArgs

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

Alternative authentication name sources related to client authentication settings for namespace resource.

Functions

Link copied to clipboard
open override fun toJava(): ClientAuthenticationSettingsArgs