MetadataCredentialsFromPluginArgs

data class MetadataCredentialsFromPluginArgs(val name: Output<String>? = null, val structConfig: Output<String>? = null) : ConvertibleToJava<MetadataCredentialsFromPluginArgs>

Deprecated Custom authenticator credentials. Custom authenticator credentials.

Constructors

Link copied to clipboard
fun MetadataCredentialsFromPluginArgs(name: Output<String>? = null, structConfig: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

Plugin name.

Link copied to clipboard
val structConfig: Output<String>? = null

A text proto that conforms to a Struct type definition interpreted by the plugin.