RegistryTaskSourceTriggerAuthenticationArgs

data class RegistryTaskSourceTriggerAuthenticationArgs(val expireInSeconds: Output<Int>? = null, val refreshToken: Output<String>? = null, val scope: Output<String>? = null, val token: Output<String>, val tokenType: Output<String>) : ConvertibleToJava<RegistryTaskSourceTriggerAuthenticationArgs>

Constructors

constructor(expireInSeconds: Output<Int>? = null, refreshToken: Output<String>? = null, scope: Output<String>? = null, token: Output<String>, tokenType: Output<String>)

Properties

Link copied to clipboard
val expireInSeconds: Output<Int>? = null

Time in seconds that the token remains valid.

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

The refresh token used to refresh the access token.

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

The scope of the access token.

Link copied to clipboard
val token: Output<String>

The access token used to access the source control provider.

Link copied to clipboard
val tokenType: Output<String>

The type of the token. Possible values are PAT (personal access token) and OAuth.

Functions

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