BackendCredentialsAuthorizationArgs

data class BackendCredentialsAuthorizationArgs(val parameter: Output<String>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<BackendCredentialsAuthorizationArgs>

Constructors

Link copied to clipboard
constructor(parameter: Output<String>? = null, scheme: Output<String>? = null)

Properties

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

The authentication Parameter value.

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

The authentication Scheme name.

Functions

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