AccessTokenAuthenticationArgs

data class AccessTokenAuthenticationArgs(val accessToken: Output<String>? = null, val authenticationType: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<AccessTokenAuthenticationArgs>

The environment authentication details

Constructors

Link copied to clipboard
constructor(accessToken: Output<String>? = null, authenticationType: Output<String>, username: Output<String>? = null)

Properties

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

The access token that will be used while authenticating with the onboarded environment

Link copied to clipboard

The authentication type Expected value is 'AccessToken'.

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

The user name that will be used while authenticating with the onboarded environment

Functions

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