SourceControlSecurityArgs

data class SourceControlSecurityArgs(val refreshToken: Output<String>? = null, val token: Output<String>, val tokenType: Output<String>) : ConvertibleToJava<SourceControlSecurityArgs>

Constructors

Link copied to clipboard
constructor(refreshToken: Output<String>? = null, token: Output<String>, tokenType: Output<String>)

Properties

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

The refresh token of specified rpeo.

Link copied to clipboard
val token: Output<String>

The access token of specified repo.

Link copied to clipboard
val tokenType: Output<String>

Specify the token type, possible values are PersonalAccessToken and Oauth.

Functions

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