Access Token Authentication Args
data class AccessTokenAuthenticationArgs(val accessToken: Output<String>? = null, val authenticationType: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<AccessTokenAuthenticationArgs>
The environment authentication details