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
constructor(name: Output<String>? = null, structConfig: Output<String>? = null)

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.

Functions

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