Source Control Security Token Properties Args
data class SourceControlSecurityTokenPropertiesArgs(val accessToken: Output<String>? = null, val refreshToken: Output<String>? = null, val tokenType: Output<Either<String, TokenType>>? = null) : ConvertibleToJava<SourceControlSecurityTokenPropertiesArgs>