SourceControlSecurityTokenPropertiesArgs

data class SourceControlSecurityTokenPropertiesArgs(val accessToken: Output<String>? = null, val refreshToken: Output<String>? = null, val tokenType: Output<Either<String, TokenType>>? = null) : ConvertibleToJava<SourceControlSecurityTokenPropertiesArgs>

Constructors

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

Properties

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

The access token.

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

The refresh token.

Link copied to clipboard
val tokenType: Output<Either<String, TokenType>>? = null

The token type. Must be either PersonalAccessToken or Oauth.

Functions

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