CustomLocationPropertiesAuthenticationArgs

data class CustomLocationPropertiesAuthenticationArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<CustomLocationPropertiesAuthenticationArgs>

This is optional input that contains the authentication that should be used to generate the namespace.

Constructors

constructor(type: Output<String>? = null, value: Output<String>? = null)

Properties

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

The type of the Custom Locations authentication

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

The kubeconfig value.

Functions

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